Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaredlockhart/d3e3b319f0525e92a11fea8e6d304af4 to your computer and use it in GitHub Desktop.
Save jaredlockhart/d3e3b319f0525e92a11fea8e6d304af4 to your computer and use it in GitHub Desktop.
{% component card title edit_url body %}
<h3>{{ title }}</h3>
<a href="{{ edit_url }}">Edit</a>
<p>{{ body }}</p>
{% endcomponent %}
{% card
title="Overview"
edit_url={% url wahtever %}
body=.....how do we handle this better
%}
{% card
title="Prefs"
edit_url={% url wahtever %}
body=.....
%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment