templates/markdown/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3. <style>
  4.     .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
  5.     .example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
  6. </style>
  7. <div class="container">
  8.     <h1>{{ title }}</h1>
  9.     <p class="lead">{{ description }}</p>
  10.     <p>{{ content|raw }}</p>
  11. </div>
  12. {% endblock %}