mirror of
https://github.com/kennethreitz-archive/wp-mustache.git
synced 2026-06-20 07:30:57 +00:00
5 lines
76 B
PHP
5 lines
76 B
PHP
<?php
|
|
|
|
class Unescaped extends Mustache {
|
|
public $title = "Bear > Shark";
|
|
} |