# -*- coding: utf-8 -*-
from django.utils.translation import ugettext_lazy as _
TEMPLATES = {
    'blog.html': _('Blog'),
    'page.html': _('Page'),
}