Solutions for MEIM
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.

index.html 230B

12345678910
  1. {% extends "base.html" %}
  2. {% block title %} {{ title }} {% endblock title %}
  3. {% block content %}
  4. <div class="jumbotron">
  5. <h1 class="display-6">My first post!</h1>
  6. <p class="lead">{{message}}</p>
  7. </div>
  8. {% endblock content %}