plchweb/base_app/templates/index.html
2021-08-16 15:55:29 +02:00

13 lines
212 B
HTML

{% extends "layout.html" %}
{% load static %}
{% block content %}
<h1> Homepage </h1>
<h2>Some fucking section</h2>
<h3>Some fucking subsection</h3>
<ul>
<li>some fucking list</li>
</ul>
<p></p>
{% endblock %}