summaryrefslogtreecommitdiff
path: root/principal/views.py
blob: 776112a71f29d85a64ad5f89a8043fcb363404d9 (plain)
1
2
3
4
5
# Create your views here.

from shortcuts import boilerplate_render

index = boilerplate_render('principal/index.html')