/ Published in: Django
Expand |
Embed | Plain Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="Content-Type" content="text/html; charset=utf-8"> <title> Marché autos | {% block title %}{% endblock %}</title> <script src="/site_media/js/jquery-1.3.2.min.js" type="text/javascript"></script> <link type="text/css" rel="stylesheet" href="/site_media/css/stylesheet.css"> {% block external %} {% endblock %} </head> <body> <div id="body> {% include "include/header.html" %} {% block content %}{% endblock %} {% include "include/footer.html" %} </body> </html>
You need to login to post a comment.
