{# opendylan/layout.html ~~~~~~~~~~~~~~~~~ :copyright: Copyright 2011 by the Dylan Hackers. :license: MIT. #} {% extends "basic/layout.html" %} {% block doctype %} {% endblock %} {% set css_files = css_files + ['_static/opendylan.org/css/opendylan-docs.css'] -%} {% set reldelim1 = '»' -%} {% set navigation_bar = [ ('index', 'Home'), ('about/index', 'About'), ('news/index', 'News'), ('documentation/index', 'Documentation'), ('community/index', 'Participate'), ('download/index', 'Download'), ] -%} {% set active_page = 'documentation/index' -%} {% block extrahead %} {% endblock %} {% block header %}
{% endblock %} {% block content %}