4 lines
85 B
HTML
4 lines
85 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>Nothing here...</h1>
|
|
{% endblock %} |