{% if page.styles %}{{ page.styles }}{% endif %}
{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}
{% include SideBar.html %}
{% include TopBar.html %}
Detalhes do Autor
{% assign author_slug = page.name | replace: '.md', '' %} {% assign imagem_author = 'autores/' | append: author_slug | append: '.jpg' %}
{{ page.title }}
{{ page.content }}