layout.html 452 B

12345678910111213
  1. {% extends "!layout.html" %}
  2. {%- block sidebartitle %}
  3. {{ super() }}
  4. <div class="wy-menu wy-menu-vertical">
  5. <br>
  6. <ul style="text-align:left;text-indent:-13px">
  7. <li><a style="color: #d9d9d9;text-decoration: none;" href="https://mcell.org/">MCell Homepage &raquo;</a></li>
  8. <li><a style="color: #d9d9d9;text-decoration: none;" href="https://mcell.org/tutorials/index.html">CellBlender Tutorials &raquo;</a></li>
  9. </ul>
  10. </div>
  11. {%- endblock -%}