We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Collapse items. Current problem is that markdown isn't parsed inside of the blocks.
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="false"> ~{ for n in contents }~ <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading~{{loop.index}}~"> <h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse~{{loop.index}}~" aria-expanded="false" aria-controls="collapse~{{loop.index}}~"> <b>~{{n.place}}~</b>: ~{{n.title}}~ </a> </h4> </div> <div id="collapse~{{loop.index}}~" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading~{{loop.index}}~"> <div class="panel-body"> <ul> <li> ~{{n.location}}~ ~{ if n.advisor -}~ | Advisor: ~{{n.advisor}}~ ~{ endif -}~ | ~{{n.dates}}~ </li> ~{- if n.details -}~ ~{- for detail in n.details }~ <li>~{{detail}}~</li> ~{- endfor }~ ~{- endif -}~ </ul> </div> </div> </div> ~{ endfor }~ </div>
Sorry, something went wrong.
1706622
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: