{% extends 'private/base/base.html.twig' %} {% block title %}New Journal Entry{% endblock %} {% block body %}
{% block topBar %} {% embed 'components/topBar.html.twig' %}{% endembed %} {% endblock %} {% block menu %} {% embed 'components/menu.html.twig' %}{% endembed %} {% endblock %}
{% embed 'components/pageTitle.html.twig' %}{% endembed %}
{{ include('private/cheatSheet/sections/index.md')|markdown_to_html }} {{ include('private/cheatSheet/sections/cotisations_sociales.md')|markdown_to_html }} {{ include('private/cheatSheet/sections/plci.md')|markdown_to_html }} {{ include('private/cheatSheet/sections/eip.md')|markdown_to_html }}
{% embed 'components/footer.html.twig' %}{% endembed %}
{% embed 'components/sideBar.html.twig' %}{% endembed %} {% endblock %} {% block javascripts_addition %} {% endblock %}