Fact check blocks

Claim conclusion card

What was claimed

Data from the US military shows a sharp rise in the incidence of various diseases in 2021.

Our verdict

The data supporting this claim is flawed, and has been withdrawn by officials.

View code
<div class="card card-block card-claim-conclusion claimConclusion-js mb-2">
    <div class="card-image-accent d-none d-md-block">
        <object type="image/svg+xml" data="/img/graphic-shape-primary.svg" class="svg"></object>
    </div>
    <div class="row no-gutters card-body-text">
        <div class="col-md-6">
            <div class="card-body card-claim-body">
                <h5 class="card-title">What was claimed</h5>
                <p class="card-text">
                    Data from the US military shows a sharp rise in the
                    incidence of various diseases in 2021.</p>
            </div>
        </div>
        <div class="col-md-6">
            <div class="card-body accent card-conclusion-body">
                <h5 class="card-title">Our verdict</h5>
                <p class="card-text">
                    The data supporting this claim is flawed, and has been
                    withdrawn by officials.</p>
            </div>
        </div>
    </div>
</div>

Third party fact check block

View code
<section class="card">
    <div class="bg-brand-primary mx-n4 mx-sm-0">
        <div class="about-tpfc-decoration">
            <object type="image/svg+xml" data="/img/graphic-shape-header-primary.svg" class="svg"></object>
        </div>
        <div class="py-3 px-1 px-md-4 animate-links">
            <p class="m-0">
                This article is part of our work fact checking
                potentially false pictures, videos and stories
                on Facebook. You can read more about this—and
                find out how to report Facebook
                content—<a href="#">here</a>. For the purposes of
                that scheme, we’ve rated this claim as
                <a href="https://www.facebook.com/help/publisher/182222309230722">[rating]</a>
                because [reason].
            </p>
        </div>
    </div>
</section>
View code
<section class="related-factchecks">
    <div class="container">
        <h3 class="card-title">
            <span class="bg-highlight">Related fac</span>t checks
        </h3>
        <ul class="list-unstyled">
            <li><a href="#" rel="bookmark" title="Monkeypox isn’t just spread by sexual contact">Monkeypox isn’t just spread by sexual contact</a></li>
            <li><a href="#" rel="bookmark" title="No solid proof cannabis oil can ‘cure’ cancer">No solid proof cannabis oil can ‘cure’ cancer</a></li>
            <li><a href="#" rel="bookmark" title="Not all people with hearing loss are unable to access extra cancer care help">Not all people with hearing loss are unable to access extra cancer care help</a></li>
            <li><a href="#" rel="bookmark" title="No evidence for a rise in sudden deaths or that Covid-19 vaccines are the cause">No evidence for a rise in sudden deaths or that Covid-19 vaccines are the cause</a></li>
            <li><a href="#" rel="bookmark" title="Article about monkeypox living on door handles for 120 years is fake">Article about monkeypox living on door handles for 120 years is fake</a></li>
        </ul>
    </div>
</section>

Inline donate

Fact checks like these are made possible with your support

Donate now

View code
<div class="inline-donate">
    <p class="h3">Fact checks like these are made possible with your support</p>
    <p class="mb-0"><a class="btn btn-brand-accent-yellow" href="#">Donate now</a></p>
</div>