aboutsummaryrefslogtreecommitdiff
path: root/templates/home.django
blob: c0cacb7dbebd14dbfc2bf40982872440ab510f02 (plain)
1
2
3
4
5
6
7
8
9
{% extends 'layouts/main.django' %}
{% block content %}
  <div class="centered-main">
    <img src="/static/images/opwevhieia8ikwltpfgf.webp" alt="Main Image" class="main-img" />
    <h1>Welcome to {{ Appname }}!</h1>
    <p style="margin-bottom: 16px;">~ 個人的な画像ボード ~</p>
    {% include 'partials/search.django' %}
  </div>
{% endblock %}