prolefeeder/app/templates/index.html
2018-11-10 21:12:52 +01:00

5 lines
86 B
HTML

{% extends "base.html" %}
{% block app_content %}
<h1>Hello!</h1>
{% endblock %}