/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/shortcodes
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/shortcodes/bs-table.html (399B)
{{- /*
Usage: `bs-table "class class-foo"`, where class can be any string
*/ -}}
{{- $css_class := .Get 0 | default "table" -}}
{{- $html_table := .Inner | markdownify -}}
{{- $html_table = replace $html_table "
" (printf `` $css_class) -}}
{{- $html_table = replace $html_table "
" "
" -}}
{{- $html_table | safeHTML -}}