mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Created homepage
This commit is contained in:
parent
9959ec5b16
commit
30dc13adcc
13
templates/fossdb/index.html
Normal file
13
templates/fossdb/index.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{% extends "layout.html" %}
|
||||||
|
{% load static %}
|
||||||
|
{% block title %}{{ title }}{% endblock %}
|
||||||
|
{% block meta %}{% endblock %}
|
||||||
|
{% block content %}
|
||||||
|
{% for project in projects %}
|
||||||
|
<b>@{{ project.author.username }}</b>
|
||||||
|
<h5>{{ project.title }}</h5>
|
||||||
|
<p>{{ project.description }}</p>
|
||||||
|
{% empty %}
|
||||||
|
<p>No projects yet (</p>
|
||||||
|
{% endfor %}
|
||||||
|
{% endblock %}
|
||||||
Loading…
Reference in New Issue
Block a user