5 lines
96 B
HTML
5 lines
96 B
HTML
{% extends 'pages/base.html' %}
|
|
|
|
{% block content %}
|
|
<h1>Welcome to Manhan!</h1>
|
|
{% endblock %}
|