prolefeeder/app/templates/index.html

6 lines
86 B
HTML
Raw Normal View History

2018-11-09 21:25:30 +01:00
{% extends "base.html" %}
2018-11-10 21:12:52 +01:00
{% block app_content %}
2018-11-09 21:25:30 +01:00
<h1>Hello!</h1>
{% endblock %}