{% extends "page.html" %} {% block page_content %} {% import "lib/links.html" as links with context %} {% set all = page.link_collection %} {# #} {% if page.meta.description %}

{{page.meta.description}}

{% endif %} {% if render_style in ("feed", "inline") %} {{links.render_ungrouped(all)}} {% else %} {% set groups = all.make_groups() %} {{links.render_links(all, groups)}} {% endif %} {% endblock %}