{% extends "layout.html" %} {% block pageTitle %} Example - Branching {% endblock %} {% block beforeContent %} {% include "includes/breadcrumb_examples.html" %} {% endblock %} {% block content %}

Branching

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

The code for this example is in your prototype folder:

/docs/documentation_routes.js
/docs/views/examples/branching

Are you 18 or over?

{% endblock %}