{% extends "_default/base.html" %} {% block content %} {% set page_path = term.path ~ 'index.md' | replace(from='-', to='_') | trim_start_matches(pat="/") %} {% set page = get_page(path=page_path) %}

{{page.title}}

{% include "partials/socialLinks.html" %}
{{page.content | safe }}
    {% for org in page.extra.organizations %}
  • {% endfor %}
{% for tag in page.taxonomies.memberships %} {{tag}} {% endfor %}



{% endblock content %}