{% extends "layout.html" %} {% block pageTitle %} How to do branching - HS2 prototype kit {% endblock %} {% block beforeContent %} {% include "how-tos/includes/breadcrumb.html" %} {% endblock %} {% block content %}

How to do branching

You can show a user different pages, depending on how they've answered a question.

You can see an example here

The code for the example can be found in:

/documentation_routes.js
docs/views/examples/branching
{% include "how-tos/includes/back-button.html" %}
{% endblock %}