{% extends "stampo.htm" %} {% block title %}Home{% endblock %} {% block content %}
Card image

Materie dei riassunti presenti sul sito

{% for corso in materie %} {% endfor %}
Corso/Anno/Semestre Nome - docente Azioni
{{ corso.ramo }}/{{ corso.anno }}/{{ corso.semestre }} {{ corso.nome }} - {{ corso.docente }}

Commit recenti

{% for change in changes %} {% endfor %}
# Riassunto Data Descrizione
{{ change.cid }} {{ change.summary.nome }} {{ change.data.day }}/{{ change.data.month }}/{{ change.data.year }} {{ change.descrizione }}

Erre2 è un software open-source (licenza GPL v3) scritto da Balugani Lorenzo, copyleft 2019 Fermitech Softworks.

Licenza sui riassunti (CC BY-SA 4.0), Repository di Erre2
{% endblock %}