
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: single-cms_block.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * The template for displaying all html block.
 *
 * @package xts
 */

if ( ! current_user_can( apply_filters( &#039;woodmart_html_block_access&#039;, &#039;edit_posts&#039; ) ) ) {
	wp_die( &#039;You do not have access.&#039;, &#039;&#039;, array( &#039;back_link&#039; =&gt; true ) );
}

get_header();

?&gt;
&lt;?php if ( woodmart_is_elementor_installed() &amp;&amp; ( woodmart_elementor_is_edit_mode() || woodmart_elementor_is_preview_page() || woodmart_elementor_is_preview_mode() ) ) : ?&gt;
	&lt;div class=&quot;wd-html-block-scheme-switcher&quot;&gt;
		&lt;div class=&quot;wd-html-block-scheme-dark&quot; data-color=&quot;#ffffff&quot;&gt;
			&lt;?php esc_html_e( &#039;Dark&#039;, &#039;woodmart&#039; ); ?&gt;
		&lt;/div&gt;

		&lt;div class=&quot;wd-html-block-scheme-light&quot; data-color=&quot;#212121&quot;&gt;
			&lt;?php esc_html_e( &#039;Light&#039;, &#039;woodmart&#039; ); ?&gt;
		&lt;/div&gt;
	&lt;/div&gt;

	&lt;script type=&quot;text/javascript&quot;&gt;
		jQuery(document).ready(function() {
			jQuery(&#039;.wd-html-block-scheme-switcher &gt; div&#039;).on(&#039;click&#039;, function() {
				var color          = jQuery(this).data(&#039;color&#039;);
				var websiteWrapper = jQuery(&#039;.wd-page-wrapper&#039;);

				websiteWrapper.css(&#039;background-color&#039;, color);

				if ( &#039;#212121&#039; === color &amp;&amp; ! websiteWrapper.hasClass(&#039;color-scheme-light&#039;) ) {
					websiteWrapper.addClass(&#039;color-scheme-light&#039;);
				} else if ( &#039;#ffffff&#039; === color ) {
					websiteWrapper.removeClass(&#039;color-scheme-light&#039;);
				}
			});
		});
	&lt;/script&gt;
&lt;?php endif; ?&gt;

&lt;div class=&quot;container&quot;&gt;
	&lt;?php while ( have_posts() ) : ?&gt;
		&lt;?php the_post(); ?&gt;
		&lt;?php the_content(); ?&gt;
	&lt;?php endwhile; ?&gt;
&lt;/div&gt;

&lt;?php

get_footer();
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
