Sha256: 14fb67e7138e599baf75a281b566a4c05032f54f41820d2159b8f7cfd29ba1d8

Contents?: true

Size: 233 Bytes

Versions: 10

Compression:

Stored size: 233 Bytes

Contents

<?php
$context = Timber::get_context();
$context["post"] = Timber::get_post();
$context["comment_form"] = TimberHelper::get_comment_form();

Timber::render(array("single-" . $post->post_type . ".twig", "single.twig"), $context);

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
edge_framework-2.1.1 template/wordpress/single.php
edge_framework-2.1.0 template/wordpress/single.php
edge_framework-2.0.0 template/wordpress/single.php
edge_framework-2.0.0.a template/wordpress/single.php
edge_framework-1.4.1 template/wordpress/single.php
edge_framework-1.4.0 template/wordpress/single.php
edge_framework-1.3.6 template/wordpress/single.php
edge_framework-1.3.5 template/wordpress/single.php
edge_framework-1.3.3 template/wordpress/single.php
edge_framework-1.3.2 template/wordpress/single.php