aboutsummaryrefslogtreecommitdiff
path: root/views/error.hbs
blob: cb2db5d04e244741c77397a3cd7c8b423a93700f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<main id = 'solutions-main'>
    <div class = 'search container' id = 'solutions-div'>
       {{# if url}}
           <h4>Sorry, we could not find {{ url }}</h4>
       {{/if}}
        {{# if error }}
            <section class="alert alert-danger custom-Alert">
                <h4>{{ error }}</h4>
            </section>
        {{/if}}
    </div>
</main>