mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-09 01:23:57 +00:00
6 lines
111 B
Python
6 lines
111 B
Python
from core.decorators import render_template
|
|
|
|
@render_template
|
|
def app(request):
|
|
return "inc/app.html"
|