cookiecutter/package/tests/input/index.html

8 lines
131 B
HTML

{% extends 'base.html' %}
{% block title %}Index{% endblock %}
{% block content %}
<p>This is the index page.</p>
{% endblock %}