flaschengeist/geruecht/templates/about.html

4 lines
86 B
HTML

{% extends "layout.html" %}
{% block content %}
<h1>About Page</h1>
{% endblock %}