am_i_up/front_end/templates/ping.html

6 lines
74 B
HTML

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