You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's pretty confusing that the Mako templates we use are named .xml, when they're really not valid (nor even well-formed) XML. It trips up syntax highlighters (such as Emacs' web-mode), too. I suggest we expect Mako templates to be named <filename>.mako, such as course.xml.mako.
This will also make things clearer to users when, at any time, we support template engines other than Mako (say, Jinja2).
The text was updated successfully, but these errors were encountered:
It's pretty confusing that the Mako templates we use are named
.xml
, when they're really not valid (nor even well-formed) XML. It trips up syntax highlighters (such as Emacs'web-mode
), too. I suggest we expect Mako templates to be named<filename>.mako
, such ascourse.xml.mako
.This will also make things clearer to users when, at any time, we support template engines other than Mako (say, Jinja2).
The text was updated successfully, but these errors were encountered: