<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>Sewage and livestock waste is killing Britain’s seagrass meadows – new study</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2018/sewageandlivestockwasteiskillingbritainsseagrassmeadowsnewstudy.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="117407">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">Sewage and livestock waste is killing Britain’s seagrass meadows – new study</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">Sewage and livestock waste is killing Britain’s seagrass meadows – new study</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">Britain’s seagrass is a refuge for numerous species of fish, stabilises sandy beaches, and helps to lock away the carbon which humans produce. The meadows that surround the country’s coast have been called the “canaries of the sea”, due to their sensitivity to a changing environment. And like a canary in a coal mine, their health can be used as an indicator of the condition of coastal areas.</p>

    <div class="news-item-content">
        <p><img alt="" class=" lazyloaded" data-id="206269" data-src="https://images.theconversation.com/files/206269/original/file-20180213-44642-1qjmxjh.JPG?ixlib=rb-1.1.0&amp;q=45&amp;auto=format&amp;w=926&amp;fit=clip" src="https://images.theconversation.com/files/206269/original/file-20180213-44642-1qjmxjh.JPG?ixlib=rb-1.1.0&amp;q=45&amp;auto=format&amp;w=926&amp;fit=clip" />Microscopic algae smothering seagrass leaves.&nbsp;<span class="attribution"><span class="source">Richard Unsworth</span>,&nbsp;<span class="license">Author provided</span></span></p>
<p>We know that the seagrass meadows surrounding the UK are in&nbsp;<a href="http://rsos.royalsocietypublishing.org/content/3/1/150596" target="_blank">a perilous state of decline</a>, and our recently published research has now uncovered one of the biggest causes.&nbsp;<a href="https://www.frontiersin.org/articles/10.3389/fpls.2018.00133/full" target="_blank">Our study</a>&nbsp;suggests that a major driver of seagrass decline is nutrient pollution from sewage and livestock waste.</p>
<p>Though a new finding, it sadly comes as no surprise, given that about&nbsp;<a href="https://www.wwf.org.uk/updates/40-rivers-england-and-wales-polluted-sewage" target="_blank">40% of rivers</a>&nbsp;in England and Wales are polluted with sewage.</p>
<p>This nutrient pollution puts the long term viability of seagrass meadows&nbsp;<a href="https://www.sciencedirect.com/science/article/pii/S0025326X15005202" target="_blank">in doubt</a>. Over-enrichment results in the suffocation of seagrass. The nutrients cause microscopic algae &ndash; called epiphytes &ndash; to smother the seagrass leaves, decreasing their ability to capture light, ultimately killing them, and destroying the habitat for fish and other marine animals.</p>
<p><a href="https://images.theconversation.com/files/206304/original/file-20180213-175001-qlw0ng.jpg?ixlib=rb-1.1.0&amp;q=45&amp;auto=format&amp;w=1000&amp;fit=clip"><img alt="" src="https://images.theconversation.com/files/206304/original/file-20180213-175001-qlw0ng.jpg?ixlib=rb-1.1.0&amp;q=45&amp;auto=format&amp;w=237&amp;fit=clip" /></a></p>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<div class="enlarge_hint">&nbsp;</div>
<p><span class="caption">The seagrass, Zostera marina, covered in epiphytes.</span>&nbsp;<span class="attribution">Richard Unsworth</span></p>
<p>In addition to this environmental impact, we found that several areas, including the Thames waterway seagrass, and a meadow in Studland Bay, Dorset &ndash; which are popular with swimmers and boaters &ndash; were considerably enriched in nutrients from sewage, livestock effluent and/or human waste. Despite this, neither location, nor any other we identified with the same problem, were classed as unsuitable for swimmers.</p>
<h2>Outdated treatment</h2>
<p>Clearly, we have a massive problem at hand &ndash; but water companies, farmers and the government have not done and are still not doing enough to prevent it.</p>
<p>Though efforts have been made to develop a British marine protected area network, and EU legislation has&nbsp;<a href="https://www.theguardian.com/environment/2016/may/25/95-of-british-beaches-clean-enough-to-swim-eu-tests-show" target="_blank">improved water quality</a>&nbsp;in the last few decades, we have found these initiatives to be insufficient. Ten of the 11 sites we studied were in areas with designated EU protection, but most of these seagrass meadows were still polluted with nutrients derived from urban sewage and livestock waste.</p>
<p>So how has this happened? Analysis of the seagrass tissues points to constant sewage exposure. Old and outdated water treatment facilities are one of the likely culprits, resulting in discharges of untreated sewage during times of heavy rainfall. These are legal, but evidently the capacity of these facilities is insufficient to handle the country&rsquo;s needs, and waterways are suffering because of it.</p>
<p>There is also the problem of livestock waste. Farming is now one of the UK&rsquo;s&nbsp;<a href="https://www.thebureauinvestigates.com/stories/2017-08-21/farming-pollution-fish-uk" target="_blank">leading causes of water pollution</a>, and inefficiencies&nbsp;<a href="https://www.theguardian.com/environment/2017/aug/21/serious-farm-pollution-breaches-increase-many-go-unprosecuted" target="_blank">in storage and disposal</a>&nbsp;of slurry mean that it ends up in rivers and coastal waters.</p>
<h2>Local and national</h2>
<p>Evidently, in addition to national and international initiatives, we need to start quickly identifying and understanding all local threats to seagrass. Especially if we are going to harmonise conservation goals with sustainable economic development. Only by finding out specifically where the nutrients affecting seagrass areas have come from can we really start to think about a targeted solution for each meadow.</p>
<p>Unfortunately, to date, the conservation of specific seagrass meadows is rarely based on the explicit consideration of local threats and drivers. Instead, projects focus on conserving seagrass as part of a broader plan, incorporating other specific habitats or species. While this may be effective at dealing with problems such as&nbsp;<a href="http://www.southern-ifca.gov.uk/byelaws#Prohibitionofgathering(seafisheriesresources)inSeagrassBeds" target="_blank">fisheries impacts</a>, and is certainly a step forward for the marine environment, it doesn&rsquo;t deal with the persistent and chronic problem of pollution &ndash; which can go largely unnoticed.</p>
<blockquote class="instagram-media" data-instgrm-captioned="" data-instgrm-permalink="https://www.instagram.com/p/BfG27nwFyYQ/" data-instgrm-version="8" style="background: #FFF; border: 0; border-radius: 3px; box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width: 658px; padding: 0; width: calc(100% - 2px);">
<div style="padding: 8px;">
<div style="background: #F8F8F8; line-height: 0; margin-top: 40px; padding: 28.194444444444443% 0; text-align: center; width: 100%;">&nbsp;</div>
<p style="margin: 8px 0 0 0; padding: 0 4px;"><a href="https://www.instagram.com/p/BfG27nwFyYQ/" style="color: #000; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 17px; text-decoration: none; word-wrap: break-word;" target="_blank">This video was taken after 150 million gallons of sewage was dumped into Tampa Bay. Thousands of dead fish were everywhere and no one could make the connection. . Help protect our children's future by clicking the link in our bio and sign up to become a clean water advocate and OCE member for free. . . #ourchildrensearth #protectwhatyoulove&nbsp; #citizens4cleanwater #beatpollution #sewage #plastic #habitatloss #endangeredspecies #ocean #coral #saynotoplastic #stopsucking #go #vegan #plantbased #plantstrong #nature #education #conservation #findyourconnection</a></p>
<p style="color: #c9c8cd; font-family: Arial,sans-serif; font-size: 14px; line-height: 17px; margin-bottom: 0; margin-top: 8px; overflow: hidden; padding: 8px 0 7px; text-align: center; text-overflow: ellipsis; white-space: nowrap;">A post shared by <a href="https://www.instagram.com/ocefoundation/" style="color: #c9c8cd; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 17px;" target="_blank"> Our Children's Earth</a> (@ocefoundation) on Feb 12, 2018 at 10:50am PST</p>
</div>
</blockquote>
<script defer="defer" src="//www.instagram.com/embed.js" type="text/javascript"></script>
<p>Poor water quality isn&rsquo;t just a problem for seagrass in the British Isles, it&rsquo;s a global concern. But if we want to solve it, we must look beyond &ldquo;protecting&rdquo; seagrasses with legislation, and challenge the way we think about marine protection overall. Serious infrastructure changes and better management of river catchments &ndash; for example, restoration of riverbanks &ndash; are vital if we are going to develop long term waste water management plans that span both land and sea.</p>
<hr />
<p class="grid-ten large-grid-nine grid-last content-body content entry-content instapaper_body"><a href="https://theconversation.com/profiles/richard-k-f-unsworth-140940" target="_blank">Richard K.F. Unsworth</a><span>, Research Officer,&nbsp;</span><em><a href="http://theconversation.com/institutions/swansea-university-2638" target="_blank">Swansea University</a></em><span>;&nbsp;</span><a href="https://theconversation.com/profiles/benjamin-l-jones-348694" target="_blank">Benjamin L. Jones</a><span>, Researcher at the Sustainable Places Research Institute,&nbsp;</span><em><a href="http://theconversation.com/institutions/cardiff-university-1257" target="_blank">Cardiff University</a></em><span>, and&nbsp;</span><a href="https://theconversation.com/profiles/leanne-cullen-unsworth-348693" target="_blank">Leanne Cullen-Unsworth</a><span>, Research Fellow,&nbsp;</span><em><a href="http://theconversation.com/institutions/cardiff-university-1257" target="_blank">Cardiff University</a></em></p>
<p class="grid-ten large-grid-nine grid-last content-body content entry-content instapaper_body"><img src="/media/conversation-logo-3ef91e0a2031c5d9350f37bac3cf5273ef6da3660ffaf7c422b9695f09b6f171.png"
alt="The Conversation " title="The Conversation " />This article was originally published on&nbsp;<a href="https://theconversation.com/uk" target="_blank">The Conversation</a>. Read the&nbsp;<a href="https://theconversation.com/sewage-and-livestock-waste-is-killing-britains-seagrass-meadows-new-study-91805" target="_blank">original article</a>.&nbsp;</p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Ffion White</span>
            &lt;<a class="email" href="mailto:f.e.white@swansea.ac.uk">f.e.white@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2018/sewageandlivestockwasteiskillingbritainsseagrassmeadowsnewstudy.php" rel="bookmark">
                <abbr class="published" title="2018-02-14T14:32:00+00:00">Wednesday 14 February 2018 14.32 GMT</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2018-02-14T14:41:07+00:00">Wednesday 14 February 2018 14.41 GMT</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Ffion White</span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
