4 lines
86 B
HTML
4 lines
86 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<h2>Work in progress</h2>
|
|
{% endblock %} |