1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 23:24:04 +02:00

Default theme: updates and improvements

This commit is contained in:
Awilum
2018-12-26 13:51:51 +03:00
parent 03c7aaf785
commit 53379f54c8

View File

@@ -0,0 +1,6 @@
<?php namespace Flextype ?>
<?php Themes::view('partials/head')->display() ?>
<h1><?= $entry['title'] ?></h1>
<?= $entry['content'] ?>
<img src="<?= $entry['base_url'] ?>/<?= $entry['slug'] ?>/<?= $entry['image'] ?>">
<?php Themes::view('partials/footer')->display() ?>