source: sicp/templates/base_banner.html

Last change on this file was 46b845f, checked in by Ing. Roldan D. Vargas G <rvargas@…>, 9 years ago

Creada estructura y diseño del proyecto

  • Property mode set to 100644
File size: 155 bytes
Line 
1{% load static from staticfiles %}
2{% load i18n %}
3<div class="row">
4        <div class="col-md-12">
5                hola
6        </div>
7        <div class="col-md-12">
8                hola
9        </div>
10</div>
Note: See TracBrowser for help on using the repository browser.