{% extends "base.html" %}
{% block navbar_class-about %}active{% endblock %}

{% block content %}
<h1>About</h1>
{% endblock content %}