{% extends "layout.html" %} {% block css %} .container > .content{ background-color: #fff; padding: 20px; /* negative indent the amount of the padding to maintain the grid system */ margin: 0 -20px; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15); box-shadow: 0 1px 2px rgba(0,0,0,.15); } footer p { text-align: center; } .newbody { min-height: 200px } .heading { text-align: center; } {% endblock %} {% block js %} {% endblock %} {% block body %} {% autoescape false %}

Rural Housing Knowledge Network


Add a professional profile








Tags

{% for tag in tags %} {{ tag.value }} {% endfor %}

Template linking



{% endautoescape %} {% endblock %}