{% extends "base.jinja" %} {% from 'snippets/inventory.jinja' import inventory with context %} {% block content %}

{{page['title']}}

Also known as {{page['alsoKnownAs']}}
{% if page['image'] %}{% endif %}
Material
{{page['material']}}
Usage
{{page['usage']}}
Typically found in
{{page['whereToFind']}}
Schematic symbol
{{inventory("type", (page.type.capitalize() | slugify)) }} {{ page['body'] | shortcode }}
{% endblock %} {% block aside %} {% endblock %}