diff options
author | bnewbold <bnewbold@robocracy.org> | 2019-06-05 21:37:28 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 14:28:39 -0700 |
commit | 564424cb222c295e7d868b0f60b80078aa62584d (patch) | |
tree | 1ae97dc54ac575b241d548891fec75c568a25fb9 /python/fatcat_web/templates/base.html | |
parent | 3516341584cd6375f9b24765127cd74f1a7bd8db (diff) | |
download | fatcat-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.html | 2 |
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%;"> |