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