12 lines
No EOL
243 B
HTML
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 %} |