Files
ihrm/horilla_views/templates/generic/custom_list.html
2024-06-13 11:22:59 +05:30

10 lines
168 B
HTML

<div class="oh-wrapper" id="{{view_id|safe}}">
<h2>
Header
</h2>
{% include "generic/horilla_list.html" %}
<h2>
Footer
</h2>
</div>