forked from mirrors/thatmattlove-hyperglass
6 lines
179 B
Python
6 lines
179 B
Python
"""
|
|
Renders Jinja2 & Sass templates for use by the front end application
|
|
"""
|
|
|
|
from hyperglass.render.html import render_html
|
|
from hyperglass.render.webassets import render_assets
|