10 lines
197 B
Plaintext
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 %}
|