friendship ended with social-app. php is my new best friend
at main 897 B view raw
1<?php 2 3/** Generated by Latte 3.0.23 */ 4 5use Latte\Runtime as LR; 6 7/** source: ./templates/home.latte */ 8final class Template_24d6da5460 extends Latte\Runtime\Template 9{ 10 public const Source = './templates/home.latte'; 11 12 public const Blocks = [ 13 ['content' => 'blockContent'], 14 ]; 15 16 17 public function main(array $ʟ_args): void 18 { 19 extract($ʟ_args); 20 unset($ʟ_args); 21 22 echo "\n"; 23 $this->renderBlock('content', get_defined_vars()) /* line 3 */; 24 } 25 26 27 public function prepare(): array 28 { 29 extract($this->params); 30 31 $this->parentName = 'layout.latte'; 32 return get_defined_vars(); 33 } 34 35 36 /** {block content} on line 3 */ 37 public function blockContent(array $ʟ_args): void 38 { 39 extract($this->params); 40 extract($ʟ_args); 41 unset($ʟ_args); 42 43 $this->createTemplate('_partials/feedPosts.latte', ['posts' => $posts] + $this->params, 'include')->renderToContentType('html') /* line 4 */; 44 } 45}