{% if page.with_breadcrumbs == true %}
{% include base/breadcrumbs.html %}
{% endif %}
{% if page.with_locales.size > 0 %}
{% include base/languages.html %}
{% endif %}
{% assign community_items = site.data.centos.navbar | where: "name", "Community" %}
{% for community_item in community_items %}
{% for shortcut in community_item.menu %}
{% include base/link.html class="btn btn-primary text-nowrap" name=shortcut.name url=shortcut.link icon=shortcut.icon %}
{% endfor %}
{% endfor %}
{% if page.with_content == true %}
{{ content }}