{% 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 %}
Last synced with Red Hat Bugzilla at {{ info['last_updated'] }}.
This application is open source! Get the code or look at development plans.
{% endblock %}