templates/base/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Participaid Widgets{% endblock %}
  3. {% block body %}
  4.     <style>
  5.     </style>
  6.     <div class="example-wrapper">
  7.         <h1>Hello</h1>
  8.     </div>
  9. {% endblock %}