{% extends 'base.html' %} {% block content %}

Dbpatterns is a service that allows you to create, share, explore database models on the web.

{% if is_public %} {% include "newsfeed/public_newsfeed.html" %} {% else %} {% include "newsfeed/private_newsfeed.html" %} {% endif %}
{% endblock %} {% block footer %}{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}