Skip to content
Snippets Groups Projects
Commit dd9a0abe authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

add 3 mustache templates to render list index

parent 099968c0
No related branches found
No related tags found
No related merge requests found
<li>
<a href="{{url}}">{{name}}</a>
<ul class="tooltip">
<li><span class="replicon_property">code</span>: {{code}}</li>
<li><span class="replicon_property">T3SS_family</span>: {{T3SS_family}}</li>
<li><span class="replicon_property">taxid</span>: {{taxid}}</li>
<li><span class="replicon_property">strain</span>: {{strain}}</li>
<li><span class="replicon_property">taxonomy</span>: {{taxonomy}}</li>
<li><span class="replicon_property">type</span>: {{type}}</li>
</ul>
</li>
<ol>
</ol>
<div id="paginate">
{{#prev}}<a href="{{prev}}">&lt; previous</a> {{/prev}}|{{#next}}<a href="{{next}}">next &gt;</a>{{/next}}
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment