2017-06-29 17:23:27 -04:00
|
|
|
{% import "lib/directiveHelpers.html" as directiveHelper -%}
|
2017-05-02 10:08:49 -04:00
|
|
|
{% import "lib/paramList.html" as params -%}
|
|
|
|
{% extends 'class.template.html' -%}
|
|
|
|
|
|
|
|
{% block additional -%}
|
|
|
|
{% include "includes/selectors.html" %}
|
2017-06-29 17:23:27 -04:00
|
|
|
{$ directiveHelper.renderBindings(doc.inputs, 'inputs', 'input', 'Inputs') $}
|
|
|
|
{$ directiveHelper.renderBindings(doc.outputs, 'outputs', 'output', 'Outputs') $}
|
2017-05-02 10:08:49 -04:00
|
|
|
{% include "includes/export-as.html" %}
|
|
|
|
{% endblock %}
|