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>