aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/base.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2019-06-05 21:37:28 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-13 14:28:39 -0700
commit564424cb222c295e7d868b0f60b80078aa62584d (patch)
tree1ae97dc54ac575b241d548891fec75c568a25fb9 /python/fatcat_web/templates/base.html
parent3516341584cd6375f9b24765127cd74f1a7bd8db (diff)
downloadfatcat-564424cb222c295e7d868b0f60b80078aa62584d.tar.gz
fatcat-564424cb222c295e7d868b0f60b80078aa62584d.zip
big rewrite of front page; needs polish and testing
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r--python/fatcat_web/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html
index 94344d8c..ceebf510 100644
--- a/python/fatcat_web/templates/base.html
+++ b/python/fatcat_web/templates/base.html
@@ -76,6 +76,7 @@
</div>
</header>
+{% block fullmain %}
<!-- 4em top margin is "enough" -->
<main class="ui main container" style="margin-top: 6em; margin-bottom: 2em;" {% block main_extra_attr %}{% endblock %}>
{% with messages = get_flashed_messages() %}
@@ -97,6 +98,7 @@
</div>
{% endblock %}
</main>
+{% endblock %}
<footer class="ui inverted vertical footer segment" style="margin-top: 2em; padding-top: 2em; padding-bottom:2em; position: absolute; bottom: 0px; width: 100%;">