master
Raw Download raw file
 1{% extends "base.html" %}
 2{% block content %}
 3      <div class="jumbotron">
 4        <p>See example survey!</p>
 5        <p>
 6          <a class="btn btn-lg btn-primary" href="survey/build/1" role="button">Build Survey&raquo;</a>
 7        </p>
 8        <p>
 9          <a class="btn btn-lg btn-primary" href="survey/generate/1" role="button">Example Survey&raquo;</a>
10        </p>
11      </div>
12{% end %}