capsul-flask/capsulflask/templates/index.html

6 lines
76 B
HTML

{% extends 'base.html' %}
{% block content %}
Index Page!
{% endblock %}