{% extends "page.html" %} {% set funnel = True %} {% block content %}

Try demo

{{ page.content }}

Open your terminal and type

curl https://demo.offen.dev | bash

With Docker use

docker run --rm -it -p 9876:9876 offen/offen:latest demo -port 9876

Learn more

Details on how to
install and run Offen

Open Docs

All you need
to use Offen in production

Get started
{% endblock %}