1
2
3
4
5
6
import { tags } from "https://esm.town/v/tmcw/tags";
export const testTemplating = (() => {
const { a } = tags();
return a({ href: "https://vanjs.org/" }, "🍦VanJS").render();
})();