9 lines
149 B
HTML
9 lines
149 B
HTML
{% extends "!layout.html" %}
|
|
{% block footer %} {{ super() }}
|
|
|
|
<style>
|
|
.wy-nav-content { max-width: none; }
|
|
</style>
|
|
|
|
{% endblock %}
|
|
|