plchweb/base_app/templates/index.html

12 lines
167 B
HTML
Raw Normal View History

2021-07-19 13:13:27 +00:00
{% extends "layout.html" %}
2021-07-19 18:56:15 +00:00
{% load static %}
2021-07-19 13:13:27 +00:00
{% block content %}
<div class="page">
<h1> Homepage </h1>
<h2> UNDER MAINTENANCE </h2>
</div>
2021-07-19 13:13:27 +00:00
{% endblock %}
2021-07-19 18:56:15 +00:00