{% include base/head.html -%} {% include base/navbar.html -%} {% if page.with_breakingnews and page.with_breakingnews.size > 0 -%} {% assign height = 38 %}
{% for news in page.with_breakingnews %} {% assign height = height | plus: height %} {% include base/breakingnews.html title=news.title content=news.content color=news.color url=news.url -%} {% endfor %}
{% endif %}
{% if page.with_announcements and page.with_announcements.size > 0 -%} {% for announcement in page.with_announcements %} {% include base/announcements.html title=announcement.title content=announcement.content color=announcement.color -%} {% endfor %} {% endif -%} {% if page.with_breadcrumbs == true or page.with_locales.size > 0 %}
{% if page.with_breadcrumbs == true %} {% include base/breadcrumbs.html %} {% endif %}
{% if page.with_locales.size > 0 %} {% include base/languages.html %} {% endif %}
{% endif %}
CentOS
{{ site.data.centos.project.title }}
{{ site.data.centos.project.description }}
Learn more
{% 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 }}
{% endif %}
{% if page.with_footer == true %} {% endif %} {% include base/script.html -%}