Copy environment

Content half

<div class="section             section--mt-large
                 section--mb-large
     section--split content-half">
    <div class="section__inner h-container">
        <div class="grid">
            <div class="grid__col grid__col--xs-4 grid__col--sm-12 grid__col--md-6 grid__col--offset-md-1">
                <div class="section__title animation__target">
                    <h2>People That Make Impossible Possible</h2>
                </div>
                <div class="section__content text animation__target">
                    <p>Quarter overhaul swab ye Cat o'nine tails Blimey pillage lookout booty reef sails. Squiffy Brethren of the Coast salmagundi Pirate Round walk the plank shrouds careen pressgang coffer snow. Lanyard stern chase pinnace measured fer yer chains ye tack cog cutlass tackle.</p>
                    <p>Fore Sea Legs salmagundi spike no prey, no pay brigantine boom line booty come about. Fire ship reef poop deck piracy skysail Spanish Main man-of-war belay fire in the hole lateen sail. Main sheet measured fer yer chains Shiver me timbers red ensign sutler cog scuttle gun driver nipper.</p>
                    <p>Hogshead Arr chantey squiffy come about boom loaded to the gunwalls crack Jennys tea cup lugsail lee. Rutters chase holystone poop deck yardarm Gold Road lateen sail heave down hogshead red ensign. Draught Barbary Coast bilge rat deadlights marooned poop deck fire ship barque clipper swing the lead.</p>
                </div>

            </div>
        </div>
    </div>
</div>
{% set topSpacing %}
    {% if 'small' in data.topSpacing %}
        section--mt-small
    {% elseif 'medium' in data.topSpacing %}
        section--mt-medium
    {% else %}
        section--mt-large
    {% endif %}
{% endset %}

{% set bottomSpacing %}
    {% if 'small' in data.bottomSpacing %}
        section--mb-small
    {% elseif 'medium' in data.bottomSpacing %}
        section--mb-medium
    {% else %}
        section--mb-large
    {% endif %}
{% endset %}

{% include '@section' with { class: 'content-half', modifier: topSpacing ~ ' ' ~ bottomSpacing ~ ' section--split', data: data, container: true, isText: true } %}
{
  "language": "en-US",
  "data": {
    "title": "People That Make Impossible Possible",
    "content": "<p>Quarter overhaul swab ye Cat o'nine tails Blimey pillage lookout booty reef sails. Squiffy Brethren of the Coast salmagundi Pirate Round walk the plank shrouds careen pressgang coffer snow. Lanyard stern chase pinnace measured fer yer chains ye tack cog cutlass tackle.</p><p>Fore Sea Legs salmagundi spike no prey, no pay brigantine boom line booty come about. Fire ship reef poop deck piracy skysail Spanish Main man-of-war belay fire in the hole lateen sail. Main sheet measured fer yer chains Shiver me timbers red ensign sutler cog scuttle gun driver nipper.</p><p>Hogshead Arr chantey squiffy come about boom loaded to the gunwalls crack Jennys tea cup lugsail lee. Rutters chase holystone poop deck yardarm Gold Road lateen sail heave down hogshead red ensign. Draught Barbary Coast bilge rat deadlights marooned poop deck fire ship barque clipper swing the lead.</p>"
  }
}
  • Handle: @content-half--default
  • Filesystem Path: src/patterns/modules/content-half/content-half.twig
  • References (1): @section