{% import "github.com/bouncepaw/mycorrhiza/util" %} {% import "github.com/bouncepaw/mycorrhiza/user" %} {% 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 %} {% func AboutHTML() %}

About {%s util.SiteName %}

See /list for information about hyphae on this wiki.

{% endfunc %}