You are on page 1of 1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.

or
g/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="style.css" />
{{ javascript_include("js/jquery.js") }}
{{ javascript_include("js/jquery-ui.js") }}
{% block head %}
{% endblock %}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% block titulo %}{% endblock %}</title>
</head>
<body>
<div class="encabezado-main">
{% block encabezado-main %}{% endblock %}
</div>
<br>
<div class="contenido-main">
{% block contenido-main %}{% endblock %}
</div>
<br>
</body>
</html>

You might also like