{# Renders one CVSection-shaped dict: { "type", "data" } #} {# Flex + real bullet char: list-disc markers sit in margin; tiny bg dots can be purged from CSS #} {% if section.type == "education" %} {% elif section.type == "experience" %} {% elif section.type == "certifications" %} {% elif section.type == "publications" %} {% elif section.type == "skills" or section.type == "languages" %} {% else %}
{{ section.data }}
{% endif %}