Index: src/site/docs/tutorials/templates/index.markdown |
diff --git a/src/site/docs/tutorials/templates/index.markdown b/src/site/docs/tutorials/templates/index.markdown |
index abd132f0e58fd3a1e2e72150bc49ab3f3f07a36f..8ae85362c3ca49a48b35cd232ad330c685c8733a 100644 |
--- a/src/site/docs/tutorials/templates/index.markdown |
+++ b/src/site/docs/tutorials/templates/index.markdown |
@@ -1,6 +1,6 @@ |
--- |
layout: default |
-title: "Target 7: Use <template>" |
+title: "Use Templates" |
description: "Use template loops and conditionals for declarative UI creation." |
has-permalinks: true |
tutorial: |
@@ -43,6 +43,11 @@ Get the source code for the samples featured in this target:</p> |
{% capture content %} |
+<div class="tute-target-title"> |
+<h1>{{page.title}}</h1> |
+<h3>Create dynamic elements declaratively.</h3> |
+</div> |
+ |
<hr> |
<aside class="alert" style="background-color:Lavender;color:SlateBlue"> |