From 826241b13b08d04b8ddc2158ecae6ca3d9143480 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Jan 2021 22:26:21 +0000 Subject: [PATCH] infopane: Start to split up, wrap in a new div, rename macro, nfc Signed-off-by: Ian Jackson --- templates/landscape.tera | 2 +- templates/macros.tera | 6 ++++-- templates/session.tera | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/landscape.tera b/templates/landscape.tera index 7b224892..d0626155 100644 --- a/templates/landscape.tera +++ b/templates/landscape.tera @@ -46,7 +46,7 @@
- {{ m::uos() }} + {{ m::infopane() }}
diff --git a/templates/macros.tera b/templates/macros.tera index 6679674f..e4e618a9 100644 --- a/templates/macros.tera +++ b/templates/macros.tera @@ -71,7 +71,8 @@ Hi {{nick | escape}} {% endmacro space %} -{% macro uos() %} +{% macro infopane() %} +
@@ -79,7 +80,8 @@ Hi {{nick | escape}}
Mouse select/deselect/drag
shift multiple selection
-{% endmacro uos %} +
+{% endmacro infopane %} {% macro footer() %}