MEIM_LSG/templates/index.html
2018-11-23 12:21:19 +01:00

10 lines
230 B
HTML

{% extends "base.html" %}
{% block title %} {{ title }} {% endblock title %}
{% block content %}
<div class="jumbotron">
<h1 class="display-6">My first post!</h1>
<p class="lead">{{message}}</p>
</div>
{% endblock content %}