CSS: myslice.css is generic, the CSS for each theme will only override the colors
[myslice.git] / portal / templates / layout_base.html
1 {% extends "base.html" %}
2
3 {% block base_content %}
4   {% block content %}
5   {% endblock %}
6 {% endblock %}