8 lines
		
	
	
		
			470 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			470 B
		
	
	
	
		
			HTML
		
	
	
	
{% extends "template.html" %}
 | 
						|
{% block title %}Hello, this is my {% endblock %}
 | 
						|
{% block head %}
 | 
						|
    {{ super() }}
 | 
						|
{% endblock %}
 | 
						|
{% block content %}
 | 
						|
My name is Stefan Friese. I am fascinated by computers since i first saw my Dad working on the zx spectrum after kindergarten. For me, the greatest thing is to learn something new. I write blog entries on this journey, so I’ll can look stuff up and share it with you. May these invoke your interest.{% endblock %}
 |