Skip to content

Commit

Permalink
Merge pull request #50 from 2lenet/template-print
Browse files Browse the repository at this point in the history
Template print
  • Loading branch information
sebheitzmann authored Mar 8, 2024
2 parents 8b0e0b9 + 4d5bc4b commit 62659b4
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 62659b4

Please sign in to comment.