var/cache/dev/twig/d0/d02f8cffaa1b355829fbb5e9efd342e4.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* markdown/index.html.twig */
  14. class __TwigTemplate_5e6ddd590650685793128fcdd2c2de43 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'body' => [$this'block_body'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""markdown/index.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""markdown/index.html.twig"));
  38.         $this->parent $this->loadTemplate("base.html.twig""markdown/index.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_body($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  53.         // line 4
  54.         echo "<style>
  55.     .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
  56.     .example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
  57. </style>
  58. <div class=\"container\">
  59.     <h1>";
  60.         // line 10
  61.         echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'10$this->source); })()), "html"nulltrue);
  62.         echo "</h1>
  63.     <p class=\"lead\">";
  64.         // line 12
  65.         echo twig_escape_filter($this->env, (isset($context["description"]) || array_key_exists("description"$context) ? $context["description"] : (function () { throw new RuntimeError('Variable "description" does not exist.'12$this->source); })()), "html"nulltrue);
  66.         echo "</p>
  67.     <p>";
  68.         // line 14
  69.         echo (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'14$this->source); })());
  70.         echo "</p>
  71. </div>
  72. ";
  73.         
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  75.         
  76.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  77.     }
  78.     /**
  79.      * @codeCoverageIgnore
  80.      */
  81.     public function getTemplateName()
  82.     {
  83.         return "markdown/index.html.twig";
  84.     }
  85.     /**
  86.      * @codeCoverageIgnore
  87.      */
  88.     public function isTraitable()
  89.     {
  90.         return false;
  91.     }
  92.     /**
  93.      * @codeCoverageIgnore
  94.      */
  95.     public function getDebugInfo()
  96.     {
  97.         return array (  86 => 14,  81 => 12,  76 => 10,  68 => 4,  58 => 3,  35 => 1,);
  98.     }
  99.     public function getSourceContext()
  100.     {
  101.         return new Source("{% extends 'base.html.twig' %}
  102. {% block body %}
  103. <style>
  104.     .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
  105.     .example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
  106. </style>
  107. <div class=\"container\">
  108.     <h1>{{ title }}</h1>
  109.     <p class=\"lead\">{{ description }}</p>
  110.     <p>{{ content|raw }}</p>
  111. </div>
  112. {% endblock %}""markdown/index.html.twig""/var/www/tmoemuv4/templates/markdown/index.html.twig");
  113.     }
  114. }