<?php if ( ! post_password_required( $post ) ) : ?>
<?php include Wrapper\template_path(); ?>
<?php else : ?>
<div class="password-protection-form">
<?php echo get_the_password_form();?>
</div>
<?php endif; ?>