{% extends '@mio/home/master.twig' %} {% from '@mio/macros.twig' import navigation, link %} {% block content %}
Welcome!

Welcome to Flashii, the site is still heavily in development. You can follow us on {{ link('https://twitter.com/flashiinet', 'Twitter') }} where we'll post updates every so often, we'll also announce when the site is ready for public use there!

{% if app.session == null %}

You can create an account already though, if you'd like!

{% else %}

If you want a custom avatar, let me (flash) know and I'll set it for you. The settings page doesn't exist yet..

{% endif %}
What happened to the previous design?

I decided to shelve it for a bit. I'm working on this all by myself and I'm not a designer, so coming up with good designs that flow nicely together isn't easy for me.

This layout is a LOT simpler to work with than the other one, so this'll be the main design until later.

A dark mode will also be available at a later date and for those that grow attached this to javascript light style, you will eventually be able to switch to this design whenever you like from your settings!

{{ navigation(mio_navigation, '/') }} {% endblock %}