Error message
Warning: touch(): Utime failed: No such file or directory in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 100 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('673644d8565ba_html.html.twig_StPOo0hvov8NKUmJwFJF4Is5j', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* themes/lemonade_subtheme/templates/html.html.twig */ class __TwigTemplate_78d713987f1bdd51b7e53f318f75b920 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 26 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 27, $this->source), "html", null, true); echo "> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 29, $this->source)); echo "\"> "; // line 30 echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 30, $this->source), " | ")); echo " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 31, $this->source)); echo "\"> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 32, $this->source)); echo "\"> WebFont.load({ google: { families: [\"Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic\",\"Glegoo:regular\",\"Caveat Brush:regular\",\"Roboto Slab:100,300,regular,700\"] } }); extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 41, $this->source), "html", null, true); echo "/images/apple.png\" rel=\"apple-touch-icon\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["ie_class"] ?? null)], "method", false, false, true, 43), 43, $this->source), "html", null, true); echo "> <a> "; // line 45 echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content")); echo " </a> "; // line 47 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 47, $this->source), "html", null, true); echo " "; // line 48 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 48, $this->source), "html", null, true); echo " "; // line 49 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 49, $this->source), "html", null, true); echo " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 50, $this->source)); echo "\"> "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["html_attributes", "placeholder_token", "head_title", "directory", "attributes", "ie_class", "page_top", "page", "page_bottom"]); } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/lemonade_subtheme/templates/html.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 98 => 50, 94 => 49, 90 => 48, 86 => 47, 81 => 45, 76 => 43, 71 => 41, 59 => 32, 55 => 31, 51 => 30, 47 => 29, 42 => 27, 39 => 26,); } public function getSourceContext() { return new Source("", "themes/lemonade_subtheme/templates/html.html.twig", "/code/web/themes/lemonade_subtheme/templates/html.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 27, "raw" => 29, "safe_join" => 30, "t" => 45); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape', 'raw', 'safe_join', 't'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->source); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 112) Drupal\Core\Template\TwigPhpStorageCache->write('673644d8565ba_html.html.twig_StPOo0hvov8NKUmJwFJF4Is5j', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* themes/lemonade_subtheme/templates/html.html.twig */ class __TwigTemplate_78d713987f1bdd51b7e53f318f75b920 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 26 echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["html_attributes"] ?? null), 27, $this->source), "html", null, true); echo "> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 29, $this->source)); echo "\"> "; // line 30 echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->extensions['Drupal\Core\Template\TwigExtension']->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["head_title"] ?? null), 30, $this->source), " | ")); echo " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 31, $this->source)); echo "\"> extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 32, $this->source)); echo "\"> WebFont.load({ google: { families: [\"Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic\",\"Glegoo:regular\",\"Caveat Brush:regular\",\"Roboto Slab:100,300,regular,700\"] } }); extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["directory"] ?? null), 41, $this->source), "html", null, true); echo "/images/apple.png\" rel=\"apple-touch-icon\"> extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["ie_class"] ?? null)], "method", false, false, true, 43), 43, $this->source), "html", null, true); echo "> <a> "; // line 45 echo $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Skip to main content")); echo " </a> "; // line 47 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_top"] ?? null), 47, $this->source), "html", null, true); echo " "; // line 48 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page"] ?? null), 48, $this->source), "html", null, true); echo " "; // line 49 echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["page_bottom"] ?? null), 49, $this->source), "html", null, true); echo " extensions['Drupal\Core\Template\TwigExtension']->renderVar($this->sandbox->ensureToStringAllowed(($context["placeholder_token"] ?? null), 50, $this->source)); echo "\"> "; $this->env->getExtension('\Drupal\Core\Template\TwigExtension') ->checkDeprecations($context, ["html_attributes", "placeholder_token", "head_title", "directory", "attributes", "ie_class", "page_top", "page", "page_bottom"]); } /** * @codeCoverageIgnore */ public function getTemplateName() { return "themes/lemonade_subtheme/templates/html.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 98 => 50, 94 => 49, 90 => 48, 86 => 47, 81 => 45, 76 => 43, 71 => 41, 59 => 32, 55 => 31, 51 => 30, 47 => 29, 42 => 27, 39 => 26,); } public function getSourceContext() { return new Source("", "themes/lemonade_subtheme/templates/html.html.twig", "/code/web/themes/lemonade_subtheme/templates/html.html.twig"); } public function checkSecurity() { static $tags = array(); static $filters = array("escape" => 27, "raw" => 29, "safe_join" => 30, "t" => 45); static $functions = array(); try { $this->sandbox->checkSecurity( [], ['escape', 'raw', 'safe_join', 't'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->source); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 351) Twig\Environment->loadTemplate('__TwigTemplate_78d713987f1bdd51b7e53f318f75b920', 'themes/lemonade_subtheme/templates/html.html.twig') (Line: 312) Twig\Environment->load('themes/lemonade_subtheme/templates/html.html.twig') (Line: 39) twig_render_template('themes/lemonade_subtheme/templates/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159) Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90) Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32) Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Warning: filemtime(): stat failed for sites/default/files/php/twig/673644d8565ba_html.html.twig_StPOo0hvov8NKUmJwFJF4Is5j in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->getFullPath() (line 133 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->getFullPath('673644d8565ba_html.html.twig_StPOo0hvov8NKUmJwFJF4Is5j', 'sites/default/files/php/twig/673644d8565ba_html.html.twig_StPOo0hvov8NKUmJwFJF4Is5j', NULL) (Line: 62) Drupal\Component\PhpStorage\MTimeProtectedFileStorage->checkFile('673644d8565ba_html.html.twig_StPOo0hvov8NKUmJwFJF4Is5j') (Line: 38) Drupal\Component\PhpStorage\MTimeProtectedFileStorage->load('673644d8565ba_html.html.twig_StPOo0hvov8NKUmJwFJF4Is5j') (Line: 105) Drupal\Core\Template\TwigPhpStorageCache->load('673644d8565ba_html.html.twig_StPOo0hvov8NKUmJwFJF4Is5j') (Line: 352) Twig\Environment->loadTemplate('__TwigTemplate_78d713987f1bdd51b7e53f318f75b920', 'themes/lemonade_subtheme/templates/html.html.twig') (Line: 312) Twig\Environment->load('themes/lemonade_subtheme/templates/html.html.twig') (Line: 39) twig_render_template('themes/lemonade_subtheme/templates/html.html.twig', Array) (Line: 348) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240) Drupal\Core\Render\Renderer->render(Array) (Line: 158) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159) Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90) Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32) Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 50) Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
media
Duane Shaw - 2023 Youth Entrepreneur of the Year
We are proud to present our 2023 National Youth Entrepreneur of the Year...
Duane Shaw
CEO of Lemon Squeezos
Fort Cavazos, TX
Duane Shaw, a 5th grader from Killeen, TX is the CEO of Lemon Squeezos and a Texas Tycoon in the making. Duane exemplifies those business owners and daring innovators who remind us of the promise of the American Dream and it was that business and marketing prowess that won him the title of 2023 National Youth Entrepreneur of the Year.
As a second-year participant in the Lemonade Day Fort Cavazos program, Duane wanted to continue his entrepreneurial journey and expand his business, while raising money for a charity and gaining more confidence as a businessman.
Through the program, he learned to set goals, develop a business plan to seek a micro loan, create lemonade products with great flavor profiles, and creatively market his business with a self-created rap video.
Duane successfully expanded his business by over 100%, generating $1,465 in total revenue. With a profit of $1,125, he saved $500, and shared $300 with a local non-profit that supports children with special needs and their families.
Duane has big plans for the future of his business with dreams of expanding to a food and beverage truck, and ultimately making his way into restaurants and vending machines. Duane is also writing his first book that he hopes to publish next year!