From 08da45cd8af2ab7947f7dca4e9ed56fe908fbb43 Mon Sep 17 00:00:00 2001 From: William French Date: Thu, 21 Mar 2024 14:28:51 -0700 Subject: [PATCH] fix: Adds region tags to index.njk (#1680) * Adds region tags to index.njk Adds region tags for the inner gmp-map and gmp-marker components for a tutorial. * Update index.njk changed _gmp_map suffix to _div. * Update index.njk changed the region tags to not use {{TAG}} since it doesn't seem to like that(?) --- samples/web-components-markers/index.njk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/web-components-markers/index.njk b/samples/web-components-markers/index.njk index f224983b79..6be7a4467f 100644 --- a/samples/web-components-markers/index.njk +++ b/samples/web-components-markers/index.njk @@ -5,8 +5,10 @@ SPDX-License-Identifier: Apache-2.0 --> {% extends '../../src/_includes/layout.njk'%} {% block html %} + + {% endblock %}