mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-08 09:03:58 +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"
|