Sha256: 8e67d7a8b8971af86053a7da1a5028a4d844456a33fd97a8d092e10f56c5da3e

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

<?php
$context = Timber::get_context();
$context["posts"] = Timber::get_posts();
$context["pagination"] = Timber::get_pagination();

Timber::render("index.twig", $context);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
edge_framework-1.3.2 template/wordpress/index.php