Skip to content
Snippets Groups Projects
Commit 6c8aa5c9 authored by Arefeh Naseri's avatar Arefeh Naseri
Browse files

Update base.html

parent 56266565
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<body>
<div class="jumbotron text-center">
<h1>University</h1>
<h1>{% block title%} {% endblock %}</h1>
</div>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
......@@ -36,7 +36,8 @@
</nav>
<div class="container">
<h2>[[ Instead of this text, there should be the main content of the page ]]</h2>
{% block content %}
{% endblock %}
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment