nebulosa-css/web/pages/index.njk

10 lines
197 B
Plaintext
Raw Normal View History

2023-03-06 10:10:42 +01:00
{% extends "templates/publishing.njk" %}
2023-03-01 23:27:34 +01:00
2023-03-06 10:10:42 +01:00
{% block main %}
<header>
<h1>Welcome to Nebulosa CSS!</h1>
</header>
2023-03-03 00:06:27 +01:00
<a href="/headings">Headings</a>
2023-03-06 10:10:42 +01:00
<a href="/buttons">Buttons</a>
2023-03-01 23:27:34 +01:00
{% endblock %}