diff --git a/app/views/how-tos/build-basic-prototype/create-pages.html b/app/views/how-tos/build-basic-prototype/create-pages.html index 5ac7310..ef0f75c 100644 --- a/app/views/how-tos/build-basic-prototype/create-pages.html +++ b/app/views/how-tos/build-basic-prototype/create-pages.html @@ -4,7 +4,7 @@ extends 'how-tos/build-basic-prototype/_BASE.njk' %} {% block makePrototype %}

Create pages by copying template files that come with the prototype kit.

-

Create a start page

+

Create a start page

Copy the {{exampleStart.url}}.html file from lib/example-templates to @@ -19,7 +19,7 @@

Create a start page

> to preview {{exampleStart.url}}.html.

-

Change the service name

+

Change the service name

You'll normally edit the HTML to make changes to pages, but the service name is in a config file. This is so we can change it in one place to update it on @@ -48,7 +48,7 @@

Change the service name

refreshing. But for this config change, you need to refresh the page. You should see your service name change on the Start page.

-

Question pages

+

Question pages

Make 2 copies of the question-page.html file from @@ -87,7 +87,7 @@

Question pages

"text": to "{{exampleTextArea.title}}".

-

Check answers page

+

Check answers page

Copy the {{exampleCheckAnswers.url}}.html file @@ -102,7 +102,7 @@

Check answers page

to check.

-

Confirmation page

+

Confirmation page

Copy the {{exampleConfirmation.url}}.html file