# -*-coding:utf-8 -*-
from django.shortcuts import render, get_object_or_404

def home_files(request, filename):
    return render(request, filename, {}, content_type="text/plain")