{% extends 'base.template.html' -%}
{% macro listItems(items, title, overridePath) %}
{% if items.length %}
{$ title $}
{% for item in items %}
{% endfor %}
{$ item.name $}
{% if item.shortDescription %}{$ item.shortDescription | marked $}{% endif %}