Index: src/site/docs/tutorials/web-ui/index.markdown |
diff --git a/src/site/docs/tutorials/web-ui/index.markdown b/src/site/docs/tutorials/web-ui/index.markdown |
index 28ff05491a1650b1a2c213b6096b6d44a48eeeb0..61fff201cb72e248f33e70845cd5da5795383706 100644 |
--- a/src/site/docs/tutorials/web-ui/index.markdown |
+++ b/src/site/docs/tutorials/web-ui/index.markdown |
@@ -1,13 +1,13 @@ |
--- |
layout: default |
-title: "Target 6: Get Started with Web UI" |
+title: "Get Started with Web UI" |
description: "Web UI provides web components, templates, data binding, and encapsulation." |
has-permalinks: true |
tutorial: |
id: get-started-web-ui |
next: templates |
-next-title: "Use <template>" |
-prev: packages |
+next-title: "Use Templates" |
+prev: shared-pkgs |
prev-title: "Install Shared Packages" |
--- |
@@ -46,6 +46,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>Declaratively create dynamic user interfaces.</h3> |
+</div> |
+ |
<hr> |
<aside class="alert" style="background-color:Lavender;color:SlateBlue"> |