I’m having trouble getting ace templates to work with a base template. It works as expected if I implement this with html templates. I must be missing something really obvious?
version: Hugo Static Site Generator v0.25.1 darwin/amd64 BuildDate: 2017-07-20T09:47:54+09:00
env: OSX 10.12.2
layout/_default/baseof.ace
= doctype html
html lang=en
head
meta charset=utf-8
title Single Template
body
h1 base template
= yield main
In the process of making this repo, it actually worked as expected. Then I edited the file to remove a line and then it stopped working and produced the unexpected results as reported. From there I couldn’t get it to work again =( Hopefully you are able to reproduce.