Skip to main content
Module

x/lume/tests/assets/nunjucks/components.njk

πŸ”₯ Static site generator for Deno πŸ¦•
Very Popular
Latest
File
{% comp "Button" %} button without arguments{% endcomp %}
{{ comp.Button({ content: "button content" }) | safe }}{{ comp.icon.User({ content: "this is John", name:"John" }) | safe }}
{% comp "Button", className="my-button" %} button content {% comp "icon.user", name="John" %} this is John {% endcomp %}{% endcomp %}