Component
If there is the same contents element, you can create component template file templates/c-{component name}.php
.
When you create component template file, please put the same file name with the component class name.
// templates/c-component.php
<?php
<div class="c-component">
// Something
</div>