From 76851fe1101b34984e7a058f27f6995e355d6220 Mon Sep 17 00:00:00 2001 From: ROZAR Fabien Date: Sat, 25 Jan 2025 13:47:15 +0400 Subject: [PATCH] Update html-templates.md Fixes an intermediate implementation to pass the test --- html-templates.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html-templates.md b/html-templates.md index 8121b8be..f5b2e330 100644 --- a/html-templates.md +++ b/html-templates.md @@ -258,7 +258,9 @@ import ( ) const ( - postTemplate = `

{{.Title}}

{{.Description}}

Tags: ` + postTemplate = `

{{.Title}}

+

{{.Description}}

+Tags: ` ) func Render(w io.Writer, p Post) error {