Skip to content

Commit

Permalink
feat(blocks): add block Tabs #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed May 21, 2021
1 parent ba50f17 commit 1ee0ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/blocks/Tabs/block.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% import "plugins/blueprints/blocks/macros/attr.html" as attr %}
<div {{ include(template_from_string(attr.class([block.properties.class]))) }}
<div {{ include(template_from_string(attr.id(block.properties.id))) }}
{{ include(template_from_string(attr.class([block.properties.class]))) }}
{{ include(template_from_string(attr.data(block.properties.data))) }}
{{ include(template_from_string(attr.style(block.properties.style))) }}>
<ul class="nav nav-tabs" role="tablist">
Expand Down

0 comments on commit 1ee0ceb

Please sign in to comment.