diff --git a/aio/content/guide/forms.md b/aio/content/guide/forms.md
index 5eaed4460c..e7bd8ea30b 100644
--- a/aio/content/guide/forms.md
+++ b/aio/content/guide/forms.md
@@ -7,6 +7,12 @@ schedule a meeting, and perform countless other data-entry tasks.
In developing a form, it's important to create a data-entry experience that guides the
user efficiently and effectively through the workflow.
+
+
+ For the sample app that this page describes, see the .
+
+
+
## Introduction to Template-driven forms
Developing forms requires design skills (which are out of scope for this page), as well as framework support for
@@ -22,8 +28,6 @@ This page shows you how to build a simple form from scratch. Along the way you'l
* Display validation errors to users and enable/disable form controls.
* Share information across HTML elements using template reference variables.
-You can run the in Stackblitz and download the code from there.
-
{@a template-driven}
You can build forms by writing templates in the Angular [template syntax](guide/template-syntax) with