Skip to content

Commit

Permalink
added todo reminder to see about pre-emptively rendering all pug temp…
Browse files Browse the repository at this point in the history
…lates in static files in pyramid as a configuration option
  • Loading branch information
knowsuchagency committed Jun 23, 2017
1 parent 82e5171 commit a1621b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ninjadog/ext/pyramid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
from ninjadog.ext.jinja2 import jinja2_renderer


# TODO: See if it might not make more to just render all pug templates in the static directory first, then render them in jinja2 as normal as a configuration option


class PugTemplateRenderer(Jinja2TemplateRenderer):
"""
Renders templates that have both pug and jinja2
Expand Down

0 comments on commit a1621b3

Please sign in to comment.