{% extends "layout.html" %} {% block title %}{{ title }} - Atlas77 Docs{% endblock title %} {% block content %}

{{ title }}

{{ kind }} {{ vis }}
{% if signature %}
{{ signature }}
{% endif %}
{{ doc | safe }}
{% if fields %}

Fields

{% endif %} {% if variants %}

Variants

{% endif %}
{% endblock content %}