prolefeeder/app/templates/index.html

6 lines
82 B
HTML
Raw Normal View History

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