{% if template_data.bullets %}

What {{template_data.brandName}} can do for you

{{template_data.bullets | markdown_filter }} {% if template_data.readMore | markdown_filter %}
{{template_data.readMore}}
Read more
{% endif %}
{% endif %}
Tags
{% if template_data.tags %}
    {% for tag in template_data.tags %}
  • {{tag}}
  • {% endfor %}
{% else %} No tags available {% endif%}
Programming Language
    {% for language in template_data.programmingLanguage %}
  • {{language}}
  • {% endfor %}
License
    {% for license in template_data.license %}
  • {{license}}
  • {% endfor %}
{% if template_data.repositoryURLs.github | length >= 1 %}
Source code
{% endif%}