Skip to content

Commit

Permalink
Template print
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien committed Mar 6, 2024
1 parent 8b0e0b9 commit 4d5bc4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Resources/views/widget/print_widget.html.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% block widget_header %}{% endblock %}

{% block widget_title %}
<h1 class="card-title">
{{ title|trans }}
Expand All @@ -8,6 +10,8 @@
{{ html|raw }}
{% endblock widget_body %}

{% block widget_footer %}{% endblock %}

{% block stylesheets %}
{% for cssTag in cssTags %}
{{ encore_entry_link_tags(cssTag) }}
Expand Down

0 comments on commit 4d5bc4b

Please sign in to comment.