{% extends 'base.html.twig' %}
{% block title %}Participaid Widgets{% endblock %}
{% block body %}
<style>
</style>
<div class="example-wrapper">
<h1>Hello</h1>
</div>
{% endblock %}