From af98f0e88dff0f3c5b1182467a904ef4e1a3cdbc Mon Sep 17 00:00:00 2001 From: "Daniel P. Shannon" Date: Fri, 17 May 2019 23:12:20 -0400 Subject: [PATCH] True up templates to CSS (fixes #291). --- grip/templates/index.html | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/grip/templates/index.html b/grip/templates/index.html index b5a85df..57951ec 100644 --- a/grip/templates/index.html +++ b/grip/templates/index.html @@ -100,23 +100,28 @@ {%- endblock -%} {%- block page -%} -
+
 
+
{% if not user_content %}
-
+
-
- {% if not user_content and title or filename %} -

- - {% if title %}{{ title }}{% else %}{{ filename }}{% endif %} -

- {% endif %} -
- {{ content|safe }} -
+
+ {% if not user_content and title or filename %} +
+
+ + {% if title %}{{ title }}{% else %}{{ filename }}{% endif %} +
+
+ {% endif %} +
+
+ {{ content|safe }} +
+