templates/pdfs/product-specification-sheet/product-specification-sheet_new.html.twig line 1

Open in your IDE?
  1. {% extends 'app/print-layout.html.twig' %}
  2.     {% block style %}
  3.         {% include 'pdfs/product-specification-sheet/style_new.html.twig' %}
  4.     {% endblock %}
  5.     {% block content %}
  6.         {% include 'pdfs/product-specification-sheet/content_new.html.twig' %}
  7.     {% endblock %}