Initial commit
This commit is contained in:
8
app/tpl/print/parts/pdf/header.html.twig
Normal file
8
app/tpl/print/parts/pdf/header.html.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
<header class="row">
|
||||
<div class="col col-half left">
|
||||
{{ 'pdf.page.title'|trans|raw }}
|
||||
</div>
|
||||
<div class="col col-half right">
|
||||
{{ 'pdf.page.date'|trans|raw }}
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user