{%- extends "bootstrap/base.html" %}
{% block title %}LineageOS Builds{% endblock %}
{% import "bootstrap/fixes.html" as fixes %}
{% block head %}
{{super()}}
{{fixes.ie8()}}
{%- endblock %}
{% block styles -%}
{{super()}}
{% endblock %}
{% block navbar %}
{{nav.top.render()}}
{% endblock %}