{% extends 'base.html' %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block languagecode %}{{ LANGUAGE_CODE }}{% endblock languagecode %} {% block title %}{% translate "cscherr.de" %} - {% translate "Blog" %}{% endblock title %} {% block main %}

{% translate "Was gibt es hier?" %}

{% translate "Blog" %}

{% translate "Writeups" %}

{% blocktranslate %} Whenever I discover some interesting security thing, I will post a writeup here. {% endblocktranslate %}

{% translate "Open Source" %}

{% blocktranslate %} If something comes up, I may post Linux guides or my thoughts on current processes here. {% endblocktranslate %}

{% translate "Selfhosting" %}

{% blocktranslate %} Selfhosting is something that I'm really fond of. There will be guides and thoughts about that too {% endblocktranslate %}

{% translate "Anything Really" %}

{% blocktranslate %} This is my personal Blog after all, I will put here whatever I want and you can't stop me. {% endblocktranslate %}

{% translate "Looking for anything specific?" %}

{% include 'main_search_form.html' %}
{% include 'blog/featured.html' %}
{% endblock main %}