deno.land / x / lume@v2.1.4 / tests / assets / components / _components / njk_button.njk
12345678910---name: button_njkcss: | .button_njk { color: white; background-color: blue; }---<button class="button_njk">{{ text }}</button>
Version Info