am_i_up/front_end/templates/home.html

6 lines
74 B
HTML

{% extends "base.html" %}
{% block content %}
<p>Home</p>
{% endblock %}