Amber templates are another template type which Hugo supports, in addition to Go templates and Ace templates templates.

For template documentation, follow the links from the Amber project

  • Amber templates must be named with the amber-suffix, e.g. list.amber
  • Partials in Amber or HTML can be included with the Amber template syntax:
    • import ../partials/test.html
    • import ../partials/test_a.amber