site/templates/index.html

8 lines
123 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
Welcome to Yash's website!
</h1>
{% endblock content %}