{% extends "templates/base.html" %} {% block head %} {% endblock %} {% block main_content %}

Welcome to Prismic

Prismic is a simple, fast, and secure way to share your thoughts with the world. Join us today and start sharing your ideas!


{% if session.name %}

Hello {{session.name}}! You are logged in.

{% else %}

Login or Register

{% endif %}

Stats:

{% endblock %}