This commit is contained in:
Eden Kirin
2023-10-26 13:25:10 +02:00
parent 45f6f19441
commit e92a56c393
8 changed files with 45 additions and 14 deletions

View File

@ -1,4 +1,4 @@
{{ title := "Hello world" }}
{% set title = "Hello world" %}
<!DOCTYPE html>
<html lang="en">
@ -26,7 +26,7 @@
</ul>
<main>
{{ yield mainContent() }}
{% block mainContent %}{% endblock %}
</main>
</div>
</body>