aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-07 01:38:47 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-03-07 01:38:47 -0800
commit0242d1034933b163f0d48db1e3403e89d15db94e (patch)
treedda734f8d7f8ecfdf9980e7a737b41212425a29f /python/fatcat_web/templates/base.html
parent56f08c9c27a326b2955d7ff3a201601ff9c3b99c (diff)
downloadfatcat-0242d1034933b163f0d48db1e3403e89d15db94e.tar.gz
fatcat-0242d1034933b163f0d48db1e3403e89d15db94e.zip
webface: more validator fixes, including microdata bump to document-wide
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r--python/fatcat_web/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html
index ccb4e44c..2a5e0dd6 100644
--- a/python/fatcat_web/templates/base.html
+++ b/python/fatcat_web/templates/base.html
@@ -68,7 +68,7 @@
</header>
<!-- 4em top margin is "enough" -->
-<main class="ui main container" style="margin-top: 6em; margin-bottom: 2em;">
+<main class="ui main container" style="margin-top: 6em; margin-bottom: 2em;" {% block main_extra_attr %}{% endblock %}>
{% with messages = get_flashed_messages() %}
{% if messages %}
<div class="ui message">