Initial
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user