{{define "content"}}

Configure Plugin: {{(index .Plugins .ChannelPlugin.PluginID).GetName}}

{{if eq .ChannelPlugin.PluginID "security.domainblock"}} {{template "plugins/security.domainblock.html" .}} {{else if eq .ChannelPlugin.PluginID "social.instagram"}} {{template "plugins/social.instagram.html" .}} {{else if eq .ChannelPlugin.PluginID "social.twitter"}} {{template "plugins/social.twitter.html" .}} {{else}}
This plugin doesn't have specific configuration fields implemented yet.
{{end}}
{{end}}