1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{{template "header.html" "Upload images from file!"}} {{template "navbar.html"}} {{template "modal_uploaded.html"}} {{template "modal_error.html"}} <div class="container"> <div class="row"> <div class="col-md-12 well"> <h1>TODO!</h1> </div> </div> </div> {{template "footer.html"}}