This HowTo shows you how you can create and use html-parts on mutiple pages or templates.
- Create an endpoint with template
- Create a partial
- Include the partial in your template with
{% include 'partial-name' %}
This HowTo shows you how you can create and use html-parts on mutiple pages or templates.
{% include 'partial-name' %}