{% extends "!layout.html" %} {% block extrahead %} {# Google Analytics #} {% endblock %} {%- macro searchform(classes, button) %} {%- endmacro %} {% block header %} {% if pagename == "index" %}

C++ Format

Small, safe and fast formatting library for C++

{% endif %} {% endblock %} {# TODO: what to do with relbars (prev/next/index)? #} {% block relbar1 %} {% endblock %} {% block relbar2 %} {% endblock %} {% block content %}
{# TODO: integrate sidebar
#}
{% block body %} {% endblock %}
{% endblock %} {% block footer %} {{ super() }} {# Placed at the end of the document so the pages load faster. #} {% endblock %}