PHP Classes

File: examples/inheritance/section.html

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Haanga   examples/inheritance/section.html   Download  
File: examples/inheritance/section.html
Role: Auxiliary data
Content type: text/plain
Description: Example script
Class: Haanga
Template engine to process Django style templates
Author: By
Last change: Update of examples/inheritance/section.html
Date: 4 years ago
Size: 287 bytes
 

Contents

Class file image Download
{% extends 'layout.html' %} {% block title %} User Section | [{{ block.super }}] {% endblock %} {% block header %} <h1>Section of a website</h1> {% endblock %} {% block content %} cesar {% endblock content %} {% block body %} <h1>new Body</h1> {{ block.super }} {% endblock body %}