<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* module/md_profile_page/index.html */
class __TwigTemplate_8cffd68b86a6e495390a2b5020badf03 extends Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 1
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['LoftyIDX\includes\extensions\LoftyIDXTwigScriptExtension']->addViteScript($this->env, $context, "src/module/profile/index.js", ["jquery"]), "html", null, true);
        yield "

<div id='";
        // line 3
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["moduleId"] ?? null), "html", null, true);
        yield "' class='lofty-profile-page lofty-reset-style'>
  <div id=\"lofty-app\"></div>
  ";
        // line 5
        yield from         $this->loadTemplate("module/md_disclaimer/index.html", "module/md_profile_page/index.html", 5)->unwrap()->yield($context);
        // line 6
        yield "  <input id='lofty-data' value='";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["data"] ?? null), "html", null, true);
        yield "' type='hidden'/>
</div>

";
        // line 9
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['LoftyIDX\includes\extensions\LoftyIDXTwigScriptExtension']->renderScripts(), "html", null, true);
        return; yield '';
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName()
    {
        return "module/md_profile_page/index.html";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable()
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  57 => 9,  50 => 6,  48 => 5,  43 => 3,  38 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("{{ vite_js('src/module/profile/index.js', ['jquery']) }}

<div id='{{ moduleId }}' class='lofty-profile-page lofty-reset-style'>
  <div id=\"lofty-app\"></div>
  {% include 'module/md_disclaimer/index.html' %}
  <input id='lofty-data' value='{{ data }}' type='hidden'/>
</div>

{{ render_scripts()}}", "module/md_profile_page/index.html", "/mnt/HC_Volume_104349808/vhosts/thevelez.family/vm-homes.com/httpdocs/wp-content/plugins/lofty-idx-plugin-1773305082397/templates/module/md_profile_page/index.html");
    }
}
