summaryrefslogtreecommitdiff
path: root/templates/servicios/index.html
blob: 04e869bff7a733db795163371d82606a6fd15611 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block title %}{{ block.super }} - Servicios Web{% endblock %}
{% block page-header %}Servicios Web de El Garito{% endblock %}
{% block content %}
<ul>
  <li><a href="xmlrpc/">XML-RPC</a></li>
</ul>
{% endblock %}