{% extends "base.jinja" %} {% block content %}
{{documents["meta"]["now"]}} {{page['title']}}

A field guide to

Salvaging Sound Devices

Version {{page['version']}}

{{documents["meta"]["now"]}}

{{page['body'] | shortcode}}
{% for result in documents['chapters'] %}
{% if result['front'] %}
{{result['title']}}

Chapter {{loop.index0}}

{{result['title']}}

{% if result['nested'] %} {% endif %}
{% endif %}
{% if not result['front'] %}
{{result['title']}}
{% endif %}

{{result['title']}}

{{result['body'] | shortcode}}
{% if result['nested']%} {% for nest in documents[result['nested']] %}
{{nest['title']}}

{{nest['title']}}

Also known as {{nest['alsoKnownAs']}}
{% if nest['image'] %}{% endif %}
Material
{{nest['material']}}
Usage
{{nest['usage']}}
Typically found in
{{nest['whereToFind']}}
{% if nest['schematicSymbol'] %}
Schematic symbol
{% endif %}
{{nest['body']}}
{% endfor %} {% endif %} {% endfor %} {% endblock %} {% block aside %} {% endblock %}