Implement navigation for specs

This commit is contained in:
str4d
2016-03-06 06:23:19 +00:00
parent b16fb65a89
commit 739b8dbb2d
16 changed files with 52 additions and 55 deletions

View File

@@ -3,6 +3,11 @@
{% block title %}{{ title }}{% endblock %}
{% block lastupdated %}{{ meta.lastupdated }}{% endblock %}
{% block accuratefor %}{{ meta.accuratefor }}{% endblock %}
{% block content_nav %}
{% autoescape false %}
{{ toc }}
{% endautoescape %}
{% endblock %}
{% block content %}
{% autoescape false %}
{{ body }}