commit.txt
ASCII text
1
{% extends "mail.txt" %}
2
{% block content %}
3
# New commit in {{ repo }}
4
5
Commited by {{ commit.owner.username }}
6
7
---------------------------------------
8
9
{{ commit.message }}
10