{% extends 'ClarolineCoreBundle:Administration:layout.html.twig' %} {% if theme is defined %} {% block stylesheets %} {% endblock %} {% block breadcrumb %} {{ macros.breadcrumbs([ { 'icon': 'fa fa-cog', 'name': 'administration'|trans({}, 'platform'), 'href': path('claro_admin_index') }, { 'name': 'parameters'|trans({}, 'platform'), 'href': path('claro_admin_index') }, { 'name': 'appearance'|trans({}, 'platform'), 'href': path('claro_admin_parameters_appearance') }, { 'name': 'theme_generator'|trans({}, 'theme'), 'href': path('claroline_admin_theme_list') }, { 'name': theme.getName(), 'href': path('claroline_admin_theme_edit', {'id': theme.getId()}) }, { 'name': 'preview'|trans({}, 'platform'), 'href': '' } ]) }} {% endblock %} {% block section_content %}

{{ 'preview' | trans({}, 'platform') }} ({{ theme.getName() }})

{{ 'Back to the edition page' | trans({}, 'theme') }}

{{ 'Example content' | trans({}, 'theme') }}:

Example heading New

Example heading New

Example heading New

Example heading New

Example heading New
Example heading New
Default Primary Success Info Warning Danger

Hello, world!

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

Learn more

Well done! You successfully read this important alert message.
Heads up! This alert needs your attention, but it's not super important.
Warning! Best check yo self, you're not looking too good.
Oh snap! Change a few things up and try submitting again.
40% Complete (success)
20% Complete
60% Complete (warning)
80% Complete (danger)

Panel title

Panel content

Panel title

Panel content

Panel title

Panel content

Panel title

Panel content

Panel title

Panel content
Panel heading

Some default panel content here. Nulla vitae elit libero, a pharetra augue. Aenean lacinia bibendum nulla sed consectetur. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nullam id dolor id nibh ultricies vehicula ut id elit.

  • Cras justo odio
  • Dapibus ac facilisis in
  • Morbi leo risus
  • Porta ac consectetur ac
  • Vestibulum at eros
Look, I'm in a well!
{% endblock %} {% endif %}