<?php /** * The Header for our theme * * Displays all of the <head> */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <meta name="format-detection" content="telephone=no"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php sweetmielo_the_pageloader_overlay(); get_template_part( 'navbar' ); $pageheader_layout = sweetmielo_get_pageheader_layout(); $sweetmielo_header_class = sweetmielo_get_pageheader_class(); if ( $pageheader_layout != 'disabled' ) : ?> <header class="page-header <?php echo esc_attr($sweetmielo_header_class); ?>"> <div class="container"> <?php sweetmielo_the_h1(); sweetmielo_the_breadcrumbs(); ?> </div> </header> <?php endif; ?> <div class="container main-wrapper">

Cauldrons and Cauldron support for tandoor

Showing all 2 results

  • Tandoor Cauldron

    Cast Iron Cauldron

    More info
    Cast iron is the ultimate instrument for cooking due to heat accumulation and gradual release of heat. Cast iron is the age old solution for non-stick pans and unlike other ...
    $200.00$325.00 Inc. GST View Product
  • Tandoor Cauldron Support

    Cauldron Support

    More info
    The Cauldron support converts our tandoors into the ultimate outdoor cooking oven, enabling you to cook your complete meal outdoors over wood-fire.
    $37.00 Inc. GST View Product
<?php /** * The template for displaying the footer */ ?> </div> <?php /** * Footer subscribe block */ sweetmielo_the_subscribe_block(); /** * Footer widgets area */ sweetmielo_the_footer_widgets(); /** * Footer copyright */ sweetmielo_the_copyrights_section(); /** * WordPress Core Function */ wp_footer(); ?> </body> </html>