<?php
/**
* The template for displaying all single portfolio.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package Agni Framework
*/
get_header(); ?>
<?php
?>
<?php ?>
<?php do_action( 'agni_portfolio_single' ); ?>
<?php get_footer(); ?>