matthews-totw/templates/totw.html

11 lines
421 B
HTML

<div class="px-4 pt-5 my-5 text-center border-bottom roboto-regular">
<h1 class="display-4 fw-bold text-body-emphasis"> {{ tool.Name }} </h1>
<a href='http://{{ tool["Url"] }}'>
<div class="container px-5">
<img class="img-fluid border rounded-3 shadow-lg mb-4"></img>
</a>
</div>
<button>{{ tool.Name }}</button>
<div>
<p class="roboto-regular col-lg-6 mx-auto"> {{ tool.Description }} </p>
</div>