{% extends "layout.html" %} {% block info %} {% endblock %} {% macro navactive(name, subname='') -%} {% if request.path == '/' and name == 'home' -%} class="active" {%- elif name == (request.path | getname) and subname == (request.path | getsubname) -%} class="active" {%- endif -%} {%- endmacro %} {% block navigation %}
{% endblock %} {% endblock %} {% block footer %}
{% if info['last_updated'] %} Last synced with Red Hat Bugzilla at {{ info['last_updated'] }}. {% else %} Not synced with Red Hat Bugzilla. {% endif %}
This application is open source! Get the code or look at development plans.
{% endblock %}