mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 14:52:11 +00:00
Created homepage
This commit is contained in:
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 %}
|
||||
Reference in New Issue
Block a user