<?php /** * Template Name: Personvern Template * * Template for displaying Privacy Policy information page. * * @package UnderStrap */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; get_header(); ?> <section class="section__spaced"> <div class="container"> <?php the_field('privacy_policy'); ?> </div> </section> <?php get_footer(); ?>