pptx-template icon indicating copy to clipboard operation
pptx-template copied to clipboard

[Improvement] use Jinja2 templating scheme

Open moutonjr opened this issue 6 years ago • 2 comments

Hi, thank you for your work, this is indeed VERY helpful.

This could be great to turn tempalting scheme into Jinja2 one (http://jinja.pocoo.org/docs/2.10/)

The best feature could be case control and iteration with Jinja, just like (in a PPTX file) :


----
Here are the list of to-dos : 

{% for entry in hello.entries %}
-  TODO: {{entry}}
{%endfor%}

moutonjr avatar May 30 '18 10:05 moutonjr