Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Write fab command to generate basic template #89

Open
aboutaaron opened this issue Mar 8, 2015 · 1 comment
Open

Write fab command to generate basic template #89

aboutaaron opened this issue Mar 8, 2015 · 1 comment

Comments

@aboutaaron
Copy link
Contributor

Should have content like this:

{% extends 'base.html' %}
{% load staticfiles %}

{% block content %}
{% endblock %}
aboutaaron added a commit that referenced this issue Apr 1, 2015
@aboutaaron
Copy link
Contributor Author

This is actually tough to do from fab because just will attempt to interpret the template syntax. One option is just to have it sitting in a different directory and have a command read in from there. This could make sense for the approach of having plug-and-play headers and features we may want for our projects.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant