internationalscholarsprogram's picture
fix: ISP handbook styling overhaul - margins, typography, emphasis, benefits, CSS cascade
ec94fc1
raw
history blame contribute delete
384 Bytes
{# Generic section block partial — renders pre-built HTML from renderers.py #}
<div class="section-block{{ ' page-break' if page_break else '' }} {{ sec_class }}" id="{{ anchor | e }}"
data-section-key="{{ section_key | e }}" data-section-title="{{ section_title | e }}" {% if sort_order is not none
%}data-sort="{{ sort_order }}" {% endif %}>
{{ rendered_html }}
</div>