PHP Classes

File: examples/complex/subtemplate.html

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Haanga   examples/complex/subtemplate.html   Download  
File: examples/complex/subtemplate.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/complex/subtemplate.html
Date: 4 years ago
Size: 167 bytes
 

Contents

Class file image Download
{% extends "base.html" %} {% block td %} {% include "include.html" %} {% endblock %} {% block foo %} simplest output [{{ block.super }}] {% endblock %}