damsel-python icon indicating copy to clipboard operation
damsel-python copied to clipboard

Markup Language featuring html outlining via css-selectors, embedded python, and extensibility.

Results 6 damsel-python issues
Sort by recently updated
recently updated
newest added

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.

Backlog

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...

Backlog

includes are currently handled in _pre.py and not in the sandbox environment, preventing dynamic use in templates

Bug

allow include path to be relative to file, so maybe like include("./this.dmsl")

Backlog

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...

Backlog