PHP Classes

File: tests/assert_templates/empty_block.tpl

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Haanga   tests/assert_templates/empty_block.tpl   Download  
File: tests/assert_templates/empty_block.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Haanga
Template engine to process Django style templates
Author: By
Last change: Update of tests/assert_templates/empty_block.tpl
Date: 4 years ago
Size: 206 bytes
 

Contents

Class file image Download
{% extends "assert_templates/empty_block_base.tpl"%} {% block outer %} {% block inner1 %} this is inner1 {% endblock inner1 %} {% block inner2 %} this is inner2 {% endblock inner2 %} {% endblock outer %}