nebulosa-css/web/pages/index.njk
2023-03-06 10:10:42 +01:00

10 lines
197 B
Plaintext

{% extends "templates/publishing.njk" %}
{% block main %}
<header>
<h1>Welcome to Nebulosa CSS!</h1>
</header>
<a href="/headings">Headings</a>
<a href="/buttons">Buttons</a>
{% endblock %}