5 lines
72 B
HTML
Raw Normal View History

{% extends 'base.html' %}
{% block content %}
Hi
{% endblock content %}