dreikanter / public-static

Programmer's approach to web content management
https://github.com/dreikanter/public-static
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Consider to use Jinja filters for image inclusion #40

Closed dreikanter closed 10 years ago

dreikanter commented 11 years ago

E.g. this should replace image ids in the web page content with relevant markup:

{{ content | markdown | images }}

URLs should be generated using the common configuration.

dreikanter commented 10 years ago

It should be not a filter, but "global". See sample imported globals in templates module.

dreikanter commented 10 years ago

See #81