Sha256: d92b7bd631e935ca09e643d77d05b003a73f3fc30e69eb49b0ef4ab918b94652

Contents?: true

Size: 1008 Bytes

Versions: 7

Compression:

Stored size: 1008 Bytes

Contents

<!DOCTYPE html>
<html>
{% include head/index.html %}

<body>
    {% include header/index.html %}
    <div class="appscms-sidebar-left"></div>
    <div class="appscms-sidebar-right"></div>
    <div class="flex-container mb-1">
        <div class="flex-class py-5">
            <div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
                    <div class="div-cont feature-img mr-2">
                        <img class="home-img" src="" alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
                    </div>
                </span>
                <h1 class="home-top-h1"></h1>
            </div>
            <h2 class="home-top-h2"></h2>
        </div>
    </div>

    <div>
        {{content}}
    </div>

    {% include footer/index.html %}
    {% include script.html %}

    <script defer src="/assets/js/homeResult.js" data-foldername="{{page.folderName}}"
        data-lang="{{page.lang}}"></script>
</body>

</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appscms-tools-theme-4.8.3 _layouts/homeResultPage.html
appscms-tools-theme-4.8.2 _layouts/homeResultPage.html
appscms-tools-theme-4.8.1 _layouts/homeResultPage.html
appscms-tools-theme-4.8.0 _layouts/homeResultPage.html
appscms-tools-theme-4.7.9 _layouts/homeResultPage.html
appscms-tools-theme-4.7.8 _layouts/homeResultPage.html
appscms-tools-theme-4.6.2 _layouts/homeResultPage.html