2017-01-26 09:03:53 -05:00
|
|
|
{% import "lib/paramList.html" as params -%}
|
|
|
|
{% extends 'class.template.html' -%}
|
|
|
|
|
|
|
|
{% block additional -%}
|
2017-01-27 09:51:41 -05:00
|
|
|
{% include "includes/_selectors.html" %}
|
|
|
|
{% include "includes/_outputs.html" %}
|
|
|
|
{% include "includes/_inputs.html" %}
|
|
|
|
{% include "includes/_export-as.html" %}
|
2017-01-26 09:03:53 -05:00
|
|
|
{% endblock %}
|