djbase

A base template to bootstrap common Django projects.
git clone https://s.sonu.ch/~srfsh/nelci.git
Log | Files | Refs | README | LICENSE

about.html (75B)


      1 {% extends "base/layout.html" %}
      2 
      3 {% block main %}
      4 about us
      5 {% endblock %}