{{ title }}
{% for section in sections %}
{{ section.name }}
{% endfor %}
{% if repo_url %}
{% if 'github.com' in repo_url %}
{% elif 'gitlab.com' in repo_url %}
{% elif 'bitbucket.org' in repo_url %}
{% else %}
{% endif %}
{% endif %}
{% for section in sections %}
{{ section.html|safe }}
{% endfor %}