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' %}
➝ Next article: HowTo submit a file through a page form using custom HTML