1762047bc0
The function and interface templates were overriding the wrong block.
6 lines
172 B
HTML
6 lines
172 B
HTML
{% import "lib/paramList.html" as params -%}
|
|
{% extends 'layout/api-base.template.html' -%}
|
|
|
|
{% block details %}
|
|
{% include "includes/_description.html" %}
|
|
{% endblock %} |