If I’m logged in as superadmin and view the frontend of the site everything appears as intended. However, if I’m logged-out or logged-in as a standard member my embeds are no longer included in the page. The main page content displays and user-defined global constants and snippets work, but not embeds.
I guess this is a configuration issue, but being new to EE I can’t find it.
Here’s an example of one of my template in case that helps.
{embed="embeds/.html_header"}
</head>
<body>
{embed="embeds/.topbar"}
{embed="embeds/.crumb"}
{content_intro}
<!-- main content starts here -->
{exp:channel:entries channel="page" }
<h1>{title}</h1>
{page_content}
{/exp:channel:entries}
<!-- main content ends here -->
{content_close}
{footer}
</body>
</html>