{% if request.path == '/demo' %}

Welcome to Hogflix

The one-stop shop for all your hedgehog movies.


{% endif %} {% if request.path == '/demo/1' %}

Sign Up

{% endif %} {% if request.path == '/demo/2' %}

Pay for Hogflix

{% endif %} {% if request.path == '/demo/3' %}

Watch some Flix!

{% endif %} {% if request.path == '/demo/4' %}

Now Playing: Big Buck Bunny


 


{% endif %}