7 lines
147 B
HTML
Raw Normal View History

2022-12-30 22:38:51 +01:00
<header>
<a href="{% url 'home' %}">Home</a> |
<a href="{% url 'about' %}">About</a>
</header>
{% block content %} {% endblock content %}