diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 32300ff..8cb9b3e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -15,6 +15,8 @@ html { margin: 0; height: 100%; } body { padding-top: 70px; position: relative; margin: 0; min-height: 88%; } </style> + {% block style_block %} + {% endblock %} </head> <body> |