hyperctl version 0.16.1 fixes a bug in ht-base processing order that was introduced in 0.16.0. ht-base attributes must be processed after ht-attrs , ht-content , and ht-block elements.
Version 0.16.1 is available to download now:
Changelog
Fixed a bug in ht-base processing that was introduced during the 0.16.0 refactor of template.go.
- Fixed:
ht-baseprocessing must come afterht-param,ht-content, andht-block - Updated the order of operations documentation to reflect the addition of
ht-queryandht-baseattributes