Sample template for Google Doc


LEASE AGREEMENT

Parties:
    Lessor : {{LESSOR_NAME}}
    Lessee : {{LESSEE_NAME}}
Subject : Lease of the immovable property located at {{PROPERTY_ADDRESS}}.
Start Date : {{START_DATE}}

1. General Provisions  
The parties are subject to the provisions of the Turkish Code of Obligations.

2. Payment Terms  
The monthly rent is {{RENT_AMOUNT}} ₺ and shall be paid within the first five (5) days of each month.

[[ADDITIONAL_CLAUSE:START]]
3. Additional Clause  
The parties have mutually agreed on the following additional conditions:  
{{ADDITIONAL_CLAUSE_TEXT}}
[[ADDITIONAL_CLAUSE:END]]

[[UNDERTAKING_SECTION:START]]
4. Undertaking Section  
The Lessee undertakes to return the property in the condition in which it was received.
[[UNDERTAKING_SECTION:END]]

Signatures  
    Lessor : ___________________  
    Lessee : ___________________  
Date : {{TODAY_DATE}}

[[META_JSON_START]]{
  "desc": "Short lease agreement template for residential rentals.",
  "blocks": {
    "ADDITIONAL_CLAUSE": {
      "label": "Additional Clause",
      "help": "Add an extra clause paragraph?",
      "placeholders": [
        "ADDITIONAL_CLAUSE_TEXT"
      ]
    },
    "UNDERTAKING_SECTION": {
      "label": "Undertaking Section",
      "help": "Include the lessee undertaking paragraph?",
      "placeholders": []
    }
  }
}[[META_JSON_END]]