templates/page/rules.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block bg %}bg{% endblock %}
  3. {% block title %}35 lecie BRIM - regulamin konkursu{% endblock %}
  4. {% block body %}
  5.     <div class="container pb-4">
  6.         <embed src="{{ asset('/UI/img/35lat/regulamin2.pdf') }}" width="100%" height="800"
  7.                type="application/pdf">
  8.     </div>
  9. {% endblock %}