You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- {% 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 %}
|