diff options
Diffstat (limited to 'templates/en/main.htm')
| -rw-r--r-- | templates/en/main.htm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/en/main.htm b/templates/en/main.htm new file mode 100644 index 0000000..980669b --- /dev/null +++ b/templates/en/main.htm @@ -0,0 +1,4 @@ +{%extends 'layout.htm' %} +{%block content%} +I'm an english block +{% endblock %} |
