Simple setting layout suggestion

Standard
<!DOCTYPE html>
<html>
    <head>
        {% block head %}
            <link rel="stylesheet" href="style.css" />
            <title>{% block title %}{% endblock %} - My Webpage</title>
        {% endblock %}
    </head>
    <body>
        <div id="content">{% block content %}{% endblock %}</div>
        <div id="footer">
            {% block footer %}
                &copy; Copyright 2011 by <a href="http://domain.invalid/">you</a>.
            {% endblock %}
        </div>
    </body>
</html>

One thought on “Simple setting layout suggestion

  1. It’s perfect time to make a few plans for the longer term and it’s time
    to be happy. I’ve learn this publish and if I could I
    wish to suggest you few fascinating things or advice.

    Maybe you can write next articles relating to this article.
    I wish to learn more things about it!

Leave a comment