mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-27 12:29:19 +00:00
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
|