From 5ef3ed66196ad612eb5a1168f37305d2159d56b8 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Fri, 18 Feb 2022 19:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=BA=86Jinja=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E6=A8=A1=E6=9D=BF=E7=9A=84=E8=AF=AD=E6=B3=95=E6=9B=B4?= =?UTF-8?q?=E5=A5=BD=E7=9A=84=E9=80=82=E9=85=8D=E4=BA=86=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=87=8F=E5=B0=91=E4=BA=86html=E6=96=87=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/view.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/templates/view.html b/templates/view.html index 4bdcfcb..c6a5659 100644 --- a/templates/view.html +++ b/templates/view.html @@ -1,10 +1,9 @@ - - - - - $Title$ - - -$END$ - - \ No newline at end of file + + + {{ title }} + + {% for value in context %} + + {% endfor %} + +