project_sidebar.html 403 B

1234567891011
  1. {% include documentation.html %}
  2. {%unless badges contains 'not found in _includes directory' %}
  3. <div class="right-pane-widget--container no-top-border">
  4. <div class="project-sub-link--wrapper">
  5. {% include badges.html %}
  6. </div>
  7. </div>
  8. {%endunless%}
  9. <div class="right-pane-widget--container no-top-border project-sidebar-resource--wrapper">
  10. {{ related_resources | markdownify }}
  11. </div>