{% extends "layouts/base.html" %} {% block content %}

{{ site_tagline }}

{{ node.title }}

{% if node.description %}

{{ node.description }}

{% end %}
{{ node | doc_body | boost_doc_links }}
{% end %}