{% extends "base.html" %} {% block title %}{{ _('Home') }}{% endblock %} {% block content %}

MiniFacebook

{{ _('MiniFacebook is a minimalist social network for sharing posts, images, and messages with friends.') }}
{{ _('Fast, simple, data-saving - and with') }} {{ _('Dark Mode!') }}

{% if not current_user.is_authenticated %} {{ _('Login') }} {{ _('Register') }} {{ _('Go to Feed') }} {% else %} {{ _('Go to Feed') }} {% endif %}

{{ _('About MiniFacebook') }}

  • {{ _('Share posts, images & videos') }}
  • {{ _('Friendships & notifications') }}
  • {{ _('Modern') }} {{ _('Dark/Light Mode') }}
  • {{ _('Open Source & privacy-friendly') }}

MiniFacebook {{ _('is a private, data-saving network for you and your friends. No ads, no data sharing - just fun in sharing and communicating.') }}

{{ _('Developed with love,') }} Bootstrap, {{ _('Dark Mode!') }}

{% endblock %}