{{ templateContent | safe }}
{% else %}
{{ first.title }}
- {% for d in group %}{% if not loop.first %}
- {{ d.title }} {% endif %}{% endfor %}
{% set groupeddemos = demos | groupby('primaryElementName') %} {% if demo.title %} {% set title = demo.title + ' | ' + options.site.title %} {% else %} {% set title = options.site.title %} {% endif %} {% if options.sourceControlURLPrefix %} {% if options.sourceControlURLPrefix.toLowerCase().includes('github') %} {% set repoHost = 'GitHub' %} {% elseif options.sourceControlURLPrefix.toLowerCase().includes('bitbucket') %} {% set repoHost = 'BitBucket' %} {% elseif options.sourceControlURLPrefix.toLowerCase().includes('gitlab') %} {% set repoHost = 'GitLab' %} {% else %} {% set repoHost = '' %} {% endif %} {% endif %}