dashboardwireguard-dashboardwireguardwg-managervpnsite-to-siteobfuscationwireguard-vpn-setupwireguard-vpnwireguard-tunnel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
211 B
4 lines
211 B
import os
|
|
from jinja2 import Environment, FileSystemLoader
|
|
templates_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'templates')
|
|
jinja_env = Environment(loader=FileSystemLoader(templates_path))
|
|
|