Skip to content

Instantly share code, notes, and snippets.

View d5's full-sized avatar

daniel d5

  • Los Angeles, CA
View GitHub Profile
Hello, {{ upper(name) }}!
@d5
d5 / usingtags.txt
Last active December 31, 2015 16:39
Hello, {% if mood == "happy" %}HAPPY {% endif %}{{ name }}!
test
@d5
d5 / gist:8144732
Last active January 1, 2016 12:29
2
Hello, {{ name }}!
Hello, {{ name }}!. You're {{ age }} years old?
And, you have {{ len(kids) }} kids: {{ join(kids, ", ") }}.
body {
background-color: #ffffff;
margin: 10px 10px 10px 10px;
padding: 0px 0px 0px 0px;
font-family: Helvetica, arial, freesans, clean, sans-serif;
}
table {
font-size: 15px;
border-collapse: collapse;
{% for i in range(0,200) %}{{i.value}}{% endfor %}
sudo yum install -y nginx git
sudo yum install npm --enablerepo=epel