Filelist in blog

This is a basic filelist using bootstrap ul list-grouplist markup embedded in a blog post
The html of the filelist template is
<li class="list-group-item"><a class="btn btn-info btn-xs" href=".file_url.">.file_name_base_parsed.</a> <span class="badge">.file_size.</span></li>

Pagination conversion

The twig template contains a routine that will convert the standard xtgem filelist pagination to bootstrap pagination markup
To use it add <!--end_list--> immediately after the filelist function in the blog post html code
For filelists using <ul> the pagination is automatically wrapped in a <li> element