diff --git a/datacenterlight/templates/datacenterlight/base.html b/datacenterlight/templates/datacenterlight/base.html new file mode 100644 index 00000000..3b43ff9c --- /dev/null +++ b/datacenterlight/templates/datacenterlight/base.html @@ -0,0 +1,43 @@ +{% load staticfiles i18n%} +{% get_current_language as LANGUAGE_CODE %} + + + + + + + + + + + + Data Center Light - + {% block title %}VM hosting made in Switzerland{% endblock %} + + + + + + + + + + + + + + + + + + + + + {% block body %} + + {% endblock %} + + diff --git a/datacenterlight/templates/datacenterlight/order.html b/datacenterlight/templates/datacenterlight/order.html index d20bd897..50e6edd2 100644 --- a/datacenterlight/templates/datacenterlight/order.html +++ b/datacenterlight/templates/datacenterlight/order.html @@ -1,45 +1,7 @@ -{% load staticfiles i18n%} -{% get_current_language as LANGUAGE_CODE %} - - +{% extends "datacenterlight/base.html" %} +{% load staticfiles i18n %} - - - - - - - - - datacenterlight.ch - Featherlight Swiss VM - - - - - - - - - - - - - - - - - - - - - - - - - +{% block body %}