Start
“Excellent Go template lib”. Link?
Create theme
–> “templates lookup order”. Ok…
WTH is “taxonomy”?
–> Taxonomy Templates. –> Taxonomies Under Content Management. Ok, now I sort of have a handle.
Single Page Template
(Back to “template lookup order”.)
So, now it’s clear I need to learn yet another templating language.
Go templating
HTML templating (security aspects, mostly); text templating (I guess start here).
Nice: https://golang.org/pkg/text/template/#hdr-Actions
Oh, we have argument chaining and pipeline chaining. Seems confusing. Couldn’t we talk about pipeline “construction” from “stages” or “sections” or “segments”?