<?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package asd */ get_header(); ?> <?php get_template_part( 'template-parts/content_header', 'none' ); ?> <?php get_template_part( 'blocks/blocks' ); ?> <?php get_footer(); ?>