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