{% func BaseHTML(title, body string, headElements ...string) %} {%s title %} {% for _, el := range headElements %}{%s= el %}{% endfor %} {%s= body %} {% endfunc %} {% func HyphaListHTML(tbody string, pageCount int) %}

List of hyphae

This wiki has {%d pageCount %} hyphae.

{%s= tbody %}
Full name Binary part type
{% endfunc %} {% func HyphaListRowHTML(hyphaName, binaryMime string, binaryPresent bool) %} {%s hyphaName %} {% if binaryPresent %} {%s binaryMime %} {% else %} {% endif %} {% endfunc %}