{% extends "base.html" %} {% from "form_macros.html" import render_field %} {% block title %} Pytwask -- Welcome {% endblock %} {% block buttons %} {% endblock %} {% block sidebar %} {% if not current_user.is_authenticated %} {% endif %} {% endblock %} {% block content %}

Welcome

Pytwask is a simple twitter clone powered by Python, Flask, and Redis.

Github repositories

  1. Frontend: pytwask (https://github.com/renweizhukov/pytwask)
  2. Backend: pytwis (https://github.com/renweizhukov/pytwis)

Contributors

{% endblock %}