prolefeeder/app/templates/index.html
2018-11-09 21:25:30 +01:00

5 lines
82 B
HTML

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