view.view 208 B

12345678
  1. @Title{Blog}@
  2. @CSS{
  3. <?= file_get_contents("css/blog.css") ?>
  4. }@
  5. @Body{
  6. <?=PostFormatter::FormatToHTML($content)?>
  7. <small>Posted on <?=date("l \\t\h\\e jS \of F Y",strtotime($timestamp))?></small>
  8. }@