Your IP : 52.14.114.210


Current Path : /data/web/virtuals/51568/virtual/www/subdom/srps/src/runtime/latte/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/subdom/srps/src/runtime/latte/src-views-_layout_tisk.latte--afd1ea7caa.php

<?php

use Latte\Runtime as LR;

/** source: /data/web/virtuals/51568/virtual/www/subdom/srps/src/views/_layout_tisk.latte */
final class Templateafd1ea7caa extends Latte\Runtime\Template
{
	protected const BLOCKS = [
		['pageTitle' => 'blockPageTitle', 'tisk' => 'blockTisk'],
	];


	public function main(): array
	{
		extract($this->params);
		echo '<!doctype html>
<html lang="cz">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>';
		if ($this->getParentName()) {
			return get_defined_vars();
		}
		$this->renderBlock('pageTitle', get_defined_vars()) /* line 7 */;
		echo '</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> 
    <link rel="stylesheet" href="assets/css/default.css">
    <link rel="stylesheet" href="/assets/css/bootstrap-print.css">
</head>

<body onload="print()">

';
		$this->renderBlock('tisk', get_defined_vars()) /* line 16 */;
		echo '

</body>

</html>';
		return get_defined_vars();
	}


	/** {block pageTitle} on line 7 */
	public function blockPageTitle(array $ʟ_args): void
	{
		extract($this->params);
		extract($ʟ_args);
		unset($ʟ_args);
		if (isset($pageTitle)) /* line 7 */ {
			echo $pageTitle /* line 7 */;
		} else /* line 7 */ {
			echo 'Platby SR ZŠ-Republiky: tisk';
		}
		
	}


	/** {block tisk} on line 16 */
	public function blockTisk(array $ʟ_args): void
	{
		
	}

}