Some text
Question: A question
Solution
### A Header 1. Yes, add explanation here **TODO**: add image
<script>
function initTeSSWidgets() {
TessWidget.Materials(document.getElementById('tess-widget-materials-table'),
'FacetedTable',
{
opts: {
columns: [{name: 'Name', field: 'title'},
{name: 'Description', field: 'description'}],
allowedFacets: ['scientific-topics', 'target-audience'],
facetOptionLimit: 5
},
params: {
pageSize: 5,
q: 'Python'
}
});
}
</script>
<script async="" defer="" src="https://elixirtess.github.io/TeSS_widgets/js/tess-widget-standalone.js" onload="initTeSSWidgets()"></script>