summaryrefslogtreecommitdiff
path: root/servicios/views.py
blob: f9db987efa6a46c59253eef5d2fc465ab1946744 (plain)
1
2
3
4
5
6
# vim: set fileencoding=utf-8 ts=4 shiftwidth=4 softtabstop=4 expandtab:

from django.shortcuts import render_to_response

def index(request):
    return render_to_response('servicios/index.html')