{% extends "base.html" %} {% load static %} {% block title %}Create Skill - {{ playbook.name }}{% endblock %} {% block content %}

Create Skill

Add reusable tech-specific guidance to {{ playbook.name }}

{% csrf_token %}
{% if errors.title %}
{{ errors.title }}
{% endif %} Short descriptive title (max 200 characters)
{% for d in domains %}
{% for s in stacks %}
Markdown supported
Cancel
{% endblock %}