Skip to content

Commit

Permalink
Merge pull request #4 from SirGoodenough/License-&-Attribution-notice
Browse files Browse the repository at this point in the history
License & Attribution notice
  • Loading branch information
SirGoodenough authored Jul 3, 2024
2 parents 693719e + ffb4ca1 commit 7497561
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions availability_template.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
SAMPLE USAGE:
{% from 'availability_template.jinja' import avail %}
{{- avail(['entity_1','entity_2']) | bool -}}
#### 🗿License Notice:
* I & my license require attribution as a link back to the original should
you use this code in your own creation.
* Here is a link to my license & the original github post
https://github.com/SirGoodenough/Availability-Template?tab=License-1-ov-file
expected to be followed & referenced
as attribution should you use this code elsewhere.
#}
{# First tests to make sure this is a list #}
{%- if entity_list is list -%}
Expand Down

0 comments on commit 7497561

Please sign in to comment.