add back templates for index/about, move background animation into class, use clip color for assembly background
This commit is contained in:
parent
3937df7714
commit
43e952c27d
13 changed files with 301 additions and 57 deletions
|
|
@ -23,7 +23,8 @@ def page(request, slug=''):
|
|||
return render(request, 'fallback.html', context)
|
||||
|
||||
def about(request):
|
||||
return page(request, 'about')
|
||||
context = {}
|
||||
return render(request, 'about.html', context)
|
||||
|
||||
def texts(request):
|
||||
context = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue