{% func BaseHTML(title, body string) %} {%s title %} {%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 %}