mirror of
https://github.com/kennethreitz-archive/wp-mustache.git
synced 2026-06-05 23:50:19 +00:00
5 lines
74 B
PHP
5 lines
74 B
PHP
<?php
|
|
|
|
class Escaped extends Mustache {
|
|
public $title = "Bear > Shark";
|
|
} |