damsel-python
damsel-python copied to clipboard
Markup Language featuring html outlining via css-selectors, embedded python, and extensibility.
Great templating language! I just miss it in Py3k.
Make the first non-whitespace character '/' at the beginning of a line indicate that the line is a comment.
Dmsl generates some nastily formatted HTML output. Sensible newlines would be nice. From the template: ``` %html %head %title Headshots Backend API Manager %body %h2 Overview %p This is the...
includes are currently handled in _pre.py and not in the sandbox environment, preventing dynamic use in templates
allow include path to be relative to file, so maybe like include("./this.dmsl")
it might be helpful to be able to pass an arg to builtin include that specifies which top-level blocks to include, ignoring the rest. This stems from noticing a need...