Book Catalogue

<cs-grid> <cs-card>
              <h5>[[##page##|##title##]]</h5>
          </header>
          <body>
              <a href="##page##">
                <img src="{{media>##data(Cover)##}}" class="img-fluid" alt="Cover of ##title##" />
              </a>
          </body>
          <footer>
              <p class="small">
                  <strong>ISBN:</strong> ##data(ISBN)##<br>
                  <strong>By:</strong> ##data(Authors)##
              </p>
          </footer>
      </cs-card>
  </template>

</cs-grid>

Task Runner