{# Websauna default homepage. This page is only visible when developing Websauna core or running unit tests against it. Websauna applications always supply their own homepage. #} {% extends "site/base.html" %} {% block content %}

{{site_name}}

{{site_tag_line}}

If you are seeing this text it means you are developing Websauna itself, you are running Websauna unit tests or you have messed up app:main entry point for your application and it loads default Websauna home.

You chose Python

Cutting edge programming language

Easy sign ups

Your uses can sign up using Facebook, Github or other social media accounts.

Runs on PostgreSQL

Most advanced open source database available today

Secure

Ships with very secure defaults.

Internationalization

Spean many languages through GNU gettext

It's beautiful

Easy theming with industry standard Bootstrap layout and FontAwesome icons

{% endblock %}