trisquel-icecat/icecat/third_party/highway/docs/_templates/layout.html

9 lines
149 B
HTML

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