Currently serving freshly prepared alpacas.

This commit is contained in:
2012-11-19 22:05:25 -05:00
commit b9ccd2319d
14 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Alpaca</title>
<link href="/static/admin/css/style.css" rel="stylesheet" />
</head>
<body>
<div class="alpaca-image">
{% if alpaca %}
<a href="{% url viewer %}"><img src="{{ alpaca.url }}" {% if alpaca.alt %}alt="{{ alpaca.alt }}" {% endif %}/></a>
{% else %}
No alpaca :(
{% endif %}
</div>
</body>
<html>