{% extends "base.html" %} {% block title %}{{ module.full_name }} - Tactus Documentation{% endblock %} {% block header %}{{ module.full_name }}{% endblock %} {% block content %} {% if module.index_content %}
{{ example.description }}
{% endif %}{{ example.code }}
{{ param.type_hint }}
{% endif %}
{% if param.required %}
required
{% else %}
optional
{% endif %}
{{ param.description }}
{% if param.default %}
Default: {{ param.default }}
{{ feature.description }}
{% endif %} {% for scenario in feature.scenarios %}Source: {{ module.file_path }}
Lines: {{ module.line_count }}