yosssi / ace

HTML template engine for Go
MIT License
835 stars 89 forks source link

Inline elements #68

Open peacememories opened 8 years ago

peacememories commented 8 years ago

Hi everyone.

I'm looking into Ace for use with the Hugo static website generator - mainly for its template inheritance feature which I am really missing from Jekyll.

What I am missing from Ace though is the ability to put multiple elements in a line, as in Jade. e.g:

ul
  li: a(href="#") Test

Is this possible in Ace?