ccm-website/templates/index.html
2024-11-12 13:05:12 +02:00

12 lines
No EOL
243 B
HTML

{% extends "base.html" %}
{% block head %}
<title>Ittihadyya's Website</title>
{% endblock head %}
{% block content %}
<h1 class="title">
This is Ittihadyya's den
</h1>
<p> Hi! This is the website of Ittihadyya.</p>
{% endblock content %}