Skip to content
Snippets Groups Projects
Commit 9096cc40 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove test message.

parent 4377568f
No related branches found
No related tags found
No related merge requests found
{% extends "base.html.j2" %} {% extends "base.html.j2" %}
{% block page_content %} {% block page_content %}
<div class="col s12">
<div class="card">
<div class="card-content">
<span class="card-title">
Hello,
{% if current_user.is_authenticated %}
{{ current_user.username }}
{% else %}
Stranger
{% endif %}!
</span>
</div>
</div>
<h2>Services</h2> <h2>Services</h2>
<div class="row"> <div class="row">
<div class="col s12 m4"> <div class="col s12 m4">
<div class="card small"> <div class="card small">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment