{% block body %}
			{% endblock %}
			
	
				{% if prev %}
				
					
		Previous
{{ prev.title }}
{% endif %} {% if next %}Next
{{ next.title }}
{% endif %}{%- extends "basic/layout.html" %} {%- block extrahead %} {% endblock %} {%- block header %}
Previous
{{ prev.title }}
{% endif %} {% if next %}Next
{{ next.title }}
{% endif %}