manhan.io/templates/pages/index.html
2025-04-29 15:43:25 +03:00

5 lines
96 B
HTML

{% extends 'pages/base.html' %}
{% block content %}
<h1>Welcome to Manhan!</h1>
{% endblock %}