hivesolutions / appier-extras

Appier on Steroids
http://appier-extras.hive.pt
2 stars 3 forks source link

New tags for the template engine (include_md) #4

Open joamag opened 8 years ago

joamag commented 8 years ago

Description

It may be relevant to be able to define certain templates as markdown files that are processes and the HTML code is emitted.

Important use cases include the job posting for Hive Solutions and the blog for Hive Solutions.

Implementation

It should be easy to implement this feature by using the filter based implementation as a reference. https://github.com/hivesolutions/appier_extras/blob/master/src/appier_extras/parts/admin/part.py#L156