{% extends "base.html" %} {% load inlinetrans %} {% block content %}

{% itrans "Presentation Layer website" %}

{% itrans "This is a newly created Django website, using Django Presentation Layer framework" %}

{% endblock %}