X-Git-Url: https://code.kerkeslager.com/?a=blobdiff_plain;f=src%2Fbigly%2Ftemplates%2Fbigly%2Findex.html;h=b810b6e2057508db8f19c496d81a67277154f74f;hb=c9e1b1be5a243dac10e44221db1781f2c470dc1a;hp=4178319ca95c1e795a4c675d4208637d0a8b38d2;hpb=c2f61845f8372b4796bf4d10da7f57f99ee933c7;p=bigly diff --git a/src/bigly/templates/bigly/index.html b/src/bigly/templates/bigly/index.html index 4178319..b810b6e 100644 --- a/src/bigly/templates/bigly/index.html +++ b/src/bigly/templates/bigly/index.html @@ -1,29 +1,26 @@ +{% extends 'bigly/_base.html' %} {% load static %} - - - - bigly - - - - +{% block body %} +

bigly

+

make links big again

- - +
+ + + + + + + + + + + + + +
- -

bigly

-

make links big again

- Hello, world - -
- -
- - - - + +{% endblock %}