BaguettePHP/mastodon-api

View on GitHub
sample/view/acct.tpl.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Template for acct
 *
 * @author    USAMI Kenta <tadsan@zonu.me>
 * @copyright 2017 Baguette HQ
 * @license   https://www.gnu.org/licenses/gpl-3.0.html GPL-3.0
 */
/** @var $var variables */
?>
<h1><?= h($var['acct']) ?></h1>

<p>Yey!</p>