migrate app from svelte
This commit is contained in:
6
templates/components/header.html
Normal file
6
templates/components/header.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% macro header(text, link="/") -%}
|
||||
<div class="container">
|
||||
<h1>{{text}}</h1>
|
||||
<a class="back" href={{link}}>⬅back</a>
|
||||
</div>
|
||||
{%- endmacro %}
|
||||
Reference in New Issue
Block a user