You are here

entity-print.html.twig in Entity Print 8

Same filename and directory in other branches
  1. 8.2 templates/entity-print.html.twig
<html>
<head>
  <meta charset="utf-8">
  <title>PDF</title>
  {{ entity_print_css }}
</head>
<body>
<div class="page">
    {{ entity_array }}
</div>
</body>
</html>

File

templates/entity-print.html.twig
View source
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>PDF</title>
  5. {{ entity_print_css }}
  6. </head>
  7. <body>
  8. <div class="page">
  9. {{ entity_array }}
  10. </div>
  11. </body>
  12. </html>