This website works better with JavaScript.
Explore
Help
Sign In
LEdoian
/
gennet
Watch
1
Star
0
Fork
You've already forked gennet
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f6c0896a6a
master
v0.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f6c0896a6a'
${ noResults }
gennet
/
templates
/
bridge.conf
4 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix bridge templates The context variable `bridges` is a dictionary, not a list.
3 years ago
{% for b in bridges.values() %}
Refactor bridge files into templates This allows better extensibility, as well as provides more uniform way of config file generation.
3 years ago
allow {{ b.name }}
{% endfor %}